Answers for "git remove branch from repository"

8

remove git branch

// delete branch locally
git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
Posted by: Guest on August-07-2020
0

remove branch git

Git: Remove Branch  & Remotely
Posted by: Guest on August-11-2021

Code answers related to "git remove branch from repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language