Last active
July 7, 2017 19:58
-
-
Save crccheck/8fc7bb0ea43243f47c7a4bc5adfe4b27 to your computer and use it in GitHub Desktop.
So you want to delete something in git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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