Skip to content

Instantly share code, notes, and snippets.

@crccheck
Last active July 7, 2017 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crccheck/8fc7bb0ea43243f47c7a4bc5adfe4b27 to your computer and use it in GitHub Desktop.
Save crccheck/8fc7bb0ea43243f47c7a4bc5adfe4b27 to your computer and use it in GitHub Desktop.
So you want to delete something in git
git remote remove <name>
git tag -d <tagname>
git branch -d <branchname>
git stash drop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment