Skip to content

Instantly share code, notes, and snippets.

@duketwo
Created August 5, 2020 15:48
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 duketwo/63cd9fdae6dcc93e49b2a707e5d1233b to your computer and use it in GitHub Desktop.
Save duketwo/63cd9fdae6dcc93e49b2a707e5d1233b to your computer and use it in GitHub Desktop.
Git git ignore removed included files
#Add/change gitignore
#Delete all
git rm -r --cached .
#Add all
git add .
#commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment