Last active
December 19, 2017 06:37
-
-
Save sandabu/b033a8470a7713e22b20badfe7077740 to your computer and use it in GitHub Desktop.
後からignore
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 rm --cached `git ls-files --full-name -i --exclude-from=.gitignore` | |
Argument list too longと怒られる | |
git ls-files --full-name -i --exclude-from=.gitignore | xargs git rm --cached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment