Skip to content

Instantly share code, notes, and snippets.

@lao9s
Created May 17, 2020 14:15
Show Gist options
  • Save lao9s/a724ffb850dd398fc176fd730fc3d2f5 to your computer and use it in GitHub Desktop.
Save lao9s/a724ffb850dd398fc176fd730fc3d2f5 to your computer and use it in GitHub Desktop.
In three steps, you can clean up your repository and make sure your ignored items are indeed ignored:
$ git rm -r --cached .
$ git add .
$ git commit -m "Clean up ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment