How to delete multiple branches at once with GITBy Ian CarnaghanIn Version Control1 Min readHgit branch -D branch1 branch2 branch3The above command will delete branch1, branch2 and branch3 in your local repository