Skip to content

Instantly share code, notes, and snippets.

@sandabu
Last active December 19, 2017 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandabu/b033a8470a7713e22b20badfe7077740 to your computer and use it in GitHub Desktop.
Save sandabu/b033a8470a7713e22b20badfe7077740 to your computer and use it in GitHub Desktop.
後からignore
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