Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active March 15, 2018 08:57
Show Gist options
  • Save hansgafriedzal/b0f46a298345e37301460536cd8a1943 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/b0f46a298345e37301460536cd8a1943 to your computer and use it in GitHub Desktop.
remove all ignored files/dirs that are already tracked #git
git rm --cached -r .
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment