diff options
-rw-r--r-- | SETUP.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ go into the folder, and initialize its git and git-annex databases: git init - git annex init --version=7 + git annex init To use git-annex only for large files (git for smaller ones), add e.g. the following to file `.gitattributes`: @@ -53,7 +53,7 @@ first create a local clone from the shared location, and tell git-annex to use it: git clone git://[[!template id=githost]]/example - git annex init --version=7 + git annex init Then from time to time syncronize, ensuring that all content exists both locally and remotely: |