Skip to content

Instantly share code, notes, and snippets.

@ihsansatriawan
Created November 14, 2016 09:07
Show Gist options
  • Save ihsansatriawan/084dbde3261fcfe5727479db5186f25f to your computer and use it in GitHub Desktop.
Save ihsansatriawan/084dbde3261fcfe5727479db5186f25f to your computer and use it in GitHub Desktop.
delete branch
git branch -d branch_name #local
git push origin --delete <branch_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment