From 54c24fe1aac1dcfbfc5ad0206fbeecf877465662 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 May 2024 09:21:44 +0200 Subject: stop use (now outdated) git-annex database version --- SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SETUP.md') 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: -- cgit v1.2.3