Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Created June 18, 2018 12:47
Show Gist options
  • Save davidjguru/e6a24fdaf6ea0a8a77734f569fcdc9c5 to your computer and use it in GitHub Desktop.
Save davidjguru/e6a24fdaf6ea0a8a77734f569fcdc9c5 to your computer and use it in GitHub Desktop.
Cleaning Git: Deactivating follow-up on projects through . gitignore
git rm -r --cached .
git add -A
git commit -am 'Basic workflow to clean git with ignored files from a new gitignore'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment