Delete Git branch

delete branch locally
git branch -d localBranchName

delete branch remotely
git push origin --delete remoteBranchName
Total page views:

Comments

Popular posts from this blog

Useful aliases

Start all Docker containers