Created
August 16, 2010 13:38
-
-
Save meleyal/526949 to your computer and use it in GitHub Desktop.
git recipes
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
# remove delete files | |
git rm $(git ls-files -d) | |
# delete remote branch | |
git push origin :branch-to-delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment