Answers for "git how to delete branch from local and remote"

0

git delete branch

$ git branch -d <branchname>
Posted by: Guest on June-21-2021

Code answers related to "git how to delete branch from local and remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language