aboutsummaryrefslogtreecommitdiff
path: root/SETUP.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-20 09:21:44 +0200
committerJonas Smedegaard <dr@jones.dk>2024-05-20 09:21:44 +0200
commit54c24fe1aac1dcfbfc5ad0206fbeecf877465662 (patch)
treebcae3750ae23debb016282d8fb55230d7420762a /SETUP.md
parent9d41d19622e18954fda0895c63e1eba09908b31d (diff)
stop use (now outdated) git-annex database version
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SETUP.md b/SETUP.md
index cdf3216..be8fbcd 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -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: