Skip to content

Instantly share code, notes, and snippets.

@quamilek
Created March 19, 2013 12:49
Show Gist options
  • Save quamilek/5195830 to your computer and use it in GitHub Desktop.
Save quamilek/5195830 to your computer and use it in GitHub Desktop.

Git Branch Removal

To remove the local branch:

git branch -d the_local_branch

To remove the remote branch:

git push origin :the_remote_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment