A collection of git commands that I commonly use, but can never remember.
git push -u origin branchName# Delete the local branch
git branch -d branchName
# Delete the remote branch
git push origin --delete branchNameA collection of git commands that I commonly use, but can never remember.
git push -u origin branchName# Delete the local branch
git branch -d branchName
# Delete the remote branch
git push origin --delete branchName