--cached, not -cached

This commit is contained in:
Brendan Forster
2016-02-02 13:43:50 +10:30
parent 022d1bf409
commit 46a020ed77
+1 -1
View File
@@ -33,7 +33,7 @@ Set this for the repository:
If you already have an existing repository, just run these steps to ensure you're using the right line endings:
> git rm -r -cached .
> git rm -r --cached .
> git reset --hard
Once you've done that, just run this: