What's the Git bash command to delete a branch? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What's the Git bash command to delete a branch?

Thanks for your help.

26th Jul 2017, 12:28 AM
Hassie
Hassie - avatar
2 Antworten
+ 2
Local branch: git branch -d the_local_branch Remote branch: git push origin --delete the_remote_branch Source: https://makandracards.com/makandra/621-git-delete-a-branch-local-or-remote
26th Jul 2017, 12:36 AM
Jakub Stasiak
Jakub Stasiak - avatar
0
Thanks 👍
26th Jul 2017, 5:25 AM
Hassie
Hassie - avatar