ยังไงจะลบแบรนซ์อยู่ใน git

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

108
0

ลบแบรนซ์อยู่ใน git

// delete branch locally
git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
5
0

ลบแบรนซ์ git

// 1. delete branch locally
git branch -d localBranchName

// 2. delete branch remotely
git push origin --delete remoteBranchName

// 3. DONE!
4
0

github ลบแบรนซ์ทางไกล

$ git push -d <remote_name> <branch_name>
$ git branch -d <branch_name>
-1
0

ลบท้องถิ่นและทางไกลแบรนซ์ github

git branch -d branch_namegit branch -D branch_name

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

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

ในภาษาอื่นๆ

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

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