Created
February 29, 2012 08:26
-
-
Save jhbabon/1939156 to your computer and use it in GitHub Desktop.
Remove deleted files from git index
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
# borrowed from: http://log.iany.me/post/16812080563/git-rm-deleted-files | |
git ls-files -d | xargs git rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment