March
31st,
2015
- See all branches:
git branch -a
- Delete the branch locally:
git branch -D
- Delete the branch remotely:
git push origin --delete
DONE!