Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thefrench77/92bc00c363ddb487ee106913e1a6b47d to your computer and use it in GitHub Desktop.

Select an option

Save thefrench77/92bc00c363ddb487ee106913e1a6b47d to your computer and use it in GitHub Desktop.
Get rid of modified files that are actually not modified
git rm .gitattributes
git add -A
git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment