Skip to content

Instantly share code, notes, and snippets.

@johnw86
Last active July 29, 2020 18:39
Show Gist options
  • Save johnw86/c111919a07be3614135d5e057115fcaa to your computer and use it in GitHub Desktop.
Save johnw86/c111919a07be3614135d5e057115fcaa to your computer and use it in GitHub Desktop.
git Commands
Update gitignore and remove committed files that should no longer be in source control
git rm -r --cached .
git add .
git commit -m ".gitignore fix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment