diff options
author | praet <praet@web> | 2010-12-30 00:21:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2010-12-30 00:21:00 +0000 |
commit | c74347a50879401f4661a16f059b3fc467c28989 (patch) | |
tree | 09d205f1ad9fe809bf90badc97415f3accfa907a /doc/walkthrough.mdwn | |
parent | f6db527af8f4c65d5e8f26abb56408303dc48050 (diff) |
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r-- | doc/walkthrough.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index b486a4b1f..3e437e8f3 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -275,7 +275,11 @@ files when they're added to the annex, and this can slow things down significantly for really big files. To make SHA1 the detault, just add something like this to `.gitattributes`: - * annex.backend=SHA1 +> annex.backends=SHA1 + +or run: + +> $ git config annex.backends SHA1 ## unused data |