Skip to content

Instantly share code, notes, and snippets.

@mactive
Created August 13, 2013 06:49
Show Gist options
  • Save mactive/6218472 to your computer and use it in GitHub Desktop.
Save mactive/6218472 to your computer and use it in GitHub Desktop.
git operation
To remove a local branch from your machine:
git branch -d the_local_branch
To remove a 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