Created
April 4, 2018 21:49
-
-
Save thefrench77/92bc00c363ddb487ee106913e1a6b47d to your computer and use it in GitHub Desktop.
Get rid of modified files that are actually not modified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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