diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-20 09:21:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-05-20 09:21:44 +0200 |
commit | 54c24fe1aac1dcfbfc5ad0206fbeecf877465662 (patch) | |
tree | bcae3750ae23debb016282d8fb55230d7420762a /SETUP.md | |
parent | 9d41d19622e18954fda0895c63e1eba09908b31d (diff) |
stop use (now outdated) git-annex database version
Diffstat (limited to 'SETUP.md')
-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: |