How to Delete Multiple Git Branches Locally and Remotely || Git Branches Tutorial

How to Delete Multiple Git Branches Locally and Remotely || Git Branches Tutorial

Channel:
Subscribers:
962
Published on ● Video Link: https://www.youtube.com/watch?v=nf1BFlfCztg



Category:
Tutorial
Duration: 1:56
231 views
1


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







Tags:
how to
delete multiple branches
locally
remotely git
version-control
git-branch
git-push
git-remote
How to Delete Multiple Git Branches Locally
How to Delete Multiple Git Branches Remotely
How do I delete a Git branch locally and remotely
Git Branches Tutorial
version control
git reset
shell script to delete git branches
reset git project
bash script to delete git branches
delete git from project
delete git branch
delete git branches
how to remove git project