Last active
December 19, 2017 06:37
-
-
Save sandabu/b033a8470a7713e22b20badfe7077740 to your computer and use it in GitHub Desktop.
Revisions
-
SHALMAN revised this gist
Dec 19, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ 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 -
SHALMAN created this gist
Dec 19, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ git rm --cached `git ls-files --full-name -i --exclude-from=.gitignore`