Skip to content

Instantly share code, notes, and snippets.

@spleenteo
Last active August 29, 2015 14:14
Show Gist options
  • Save spleenteo/6c35e76fed05b6cc6996 to your computer and use it in GitHub Desktop.
Save spleenteo/6c35e76fed05b6cc6996 to your computer and use it in GitHub Desktop.
just a little personal doc to use git
# delete branch
git branch -d the_local_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