Deleting Git Branches
# local git branch -d {{branch-name}} # remote git push origin :{{branch-name}}