Skip to content

Instantly share code, notes, and snippets.

@mshirdel
Created January 27, 2019 08:10
Show Gist options
  • Save mshirdel/9b1c763ba47ca8854bb227c87a1016c5 to your computer and use it in GitHub Desktop.
Save mshirdel/9b1c763ba47ca8854bb227c87a1016c5 to your computer and use it in GitHub Desktop.
Fix gitignore problem
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment