Skip to content

Instantly share code, notes, and snippets.

@kmvan
Created October 22, 2018 08:43
Show Gist options
  • Save kmvan/7ac38cf3cdb111254ffd24c0093ac2f2 to your computer and use it in GitHub Desktop.
Save kmvan/7ac38cf3cdb111254ffd24c0093ac2f2 to your computer and use it in GitHub Desktop.
git `ignore take effect`
git rm -r --cached .
git add .
git commit -m "ignore take effect"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment