Answers for "remove branch with git"

2

how to delete branch locally

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

Delete a branch from local

$ git branch -D Test_Branch
Posted by: Guest on August-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language