Skip to content

Instantly share code, notes, and snippets.

@ralphcrisostomo
Created July 22, 2013 09:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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"
@hanetooth
Copy link

Ma ya wu Gyinn kg

@CGS-Donald-Taylor
Copy link

ree

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