examinedliving
2/21/2018 - 6:41 PM

Deleting Git Branches

Deleting Git Branches

# local
git branch -d {{branch-name}}

# remote
git push origin :{{branch-name}}