Answers for "delete branch console git"

2

how to delete branch locally

$ git branch -d <local-branch>
Posted by: Guest on December-04-2020
2

remove branch local git

$ git branch -d branch_name
$ git branch -D branch_name
Posted by: Guest on December-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language