Answers for "github remove branches"

8

github delete branch

// delete branch locally
git branch -d localBranchName

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language