
How to Delete Multiple Git Branches Locally and Remotely || Git Branches Tutorial
How do I Delete Multiple Git Branches Locally and Remotely?
How do I delete multiple Git branches locally and remotely? If you want to delete multiple branches both locally and remotely by command line then please you are in the right way.
1. Delete Multiple Git Branches Locally
# git branch - to list down all your local branches
# git branch -D branch_a branch_b branch_c - your branch_a b c will be deleted
# git branch - again
2. Delete Multiple Git Branches Remotely (Your branch on Gitlab server)
# git push -d origin branch_a branch_b branch_c - your branch_a b c will be deleted on Gitlab server
00:05 How to Delete Multiple Git Branches Locally?
01:05 How to Delete Multiple Git Branches Remotely?
How to Delete Multiple Git Branches Locally and Remotely?
https://youtu.be/nf1BFlfCztg