Skip to content

Instantly share code, notes, and snippets.

@ralphcrisostomo
Created July 22, 2013 09:17
Show Gist options
  • Save ralphcrisostomo/6052502 to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/6052502 to your computer and use it in GitHub Desktop.
Fixed untracked Git files
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
@CGS-Donald-Taylor
Copy link

ree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment