เปลี่ยนท้องถิ่นแบรนซ์ชื่อ

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

16
0

เปลี่ยนท้องถิ่นแบรนซ์ชื่อ

git branch -m <newname>
13
0

git เปลี่ยนชื่อท้องถิ่นแบรนซ์

git branch -m <oldname> <newname>
10
0

แก้ไขแบรนซ์ชื่อ git

$ git checkout Branch-Name-You-Want-to-Change
$ git branch -m New-Branch-Name
2
0

git เปลี่ยนชื่อแบรนซ์

git branch –m old-name new-name
0
0

git เปลี่ยนชื่อเป็นท้องถิ่นแบรนซ์

git branch -m <new-branch-name>
0
0

ยังไงเพื่อเปลี่ยนชื่อแบรนซ์

Rename a local and remote branch in git
Rename your local branch. If you are on the branch you want to rename: git branch -m new-name. ...
Delete the old-name remote branch and push the new-name local branch. git push origin :old-name new-name.
Reset the upstream branch for the new-name local branch. Switch to the branch and then: git push origin -u new-name.

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

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

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