Created
November 26, 2011 12:58
-
-
Save thisivan/1395629 to your computer and use it in GitHub Desktop.
Git-rm: Delete already deleted files
This file contains 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 status | grep deleted | cut -f2 | sed -e 's/deleted:\s*//g' | xargs git rm -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment