How to delete multiple branches at once with GIT

H

How Can We Help?

How to delete multiple branches at once with GIT

git branch -D branch1 branch2 branch3

The above command will delete branch1, branch2 and branch3 in your local repository

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me