commit 0a63b5fe28be5cd4698276ae5f8701be5dc281e8 parent 104ff31203519e3303637346ac372eac68f31e05 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 6 May 2018 14:20:06 +0200 Fix typo Diffstat:
| M | README | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README @@ -26,5 +26,5 @@ $ git checkout -- .foo .bar .baz $ echo '*' >> .git/info/exclude # Tell Git to forget about repository fluff: -$ git update-index --assumed-unchanged -- README # β¦ +$ git update-index --assume-unchanged -- README # β¦ ```