ยังไงแบบอักษรเพื่อทำการลบระยะไกลเก็บใน git

รหัสตัวอย่าง

26
0

ยังไงจะลบระยะไกลต้นกำเนิดจาก git สาวนั่น

git remote remove origin
20
0

git ลบระยะไกล

$ git remote -v
# View current remotes
> origin  https://github.com/OWNER/REPOSITORY.git (fetch)
> origin  https://github.com/OWNER/REPOSITORY.git (push)
> destination  https://github.com/FORKER/REPOSITORY.git (fetch)
> destination  https://github.com/FORKER/REPOSITORY.git (push)

$ git remote rm destination
# Remove remote
$ git remote -v
# Verify it's gone
> origin  https://github.com/OWNER/REPOSITORY.git (fetch)
> origin  https://github.com/OWNER/REPOSITORY.git (push)
3
0

ลบระยะไกลเพิ่มจากท้องถิ่น

git remote remove origin
0
0

ลบระยะไกลต้นกำเนิด git

git remote add origin yourRemoteUrl
0
0

ยังไงจะลบระยะไกลต้นกำเนิด git

git remote set-url origin git://new.url.here

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................