From 11c06305745118037e5db6bef91a330299a33723 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 May 2024 17:23:22 +0200 Subject: use git branch main (not master) --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index 9ed7426..49f848b 100644 --- a/SETUP.md +++ b/SETUP.md @@ -83,7 +83,7 @@ and finally push your local git and git annex into its new public location: ssh git.example.org git init --bare --shared /srv/git/src.ex.../example.git ssh git.example.org GIT_DIR=/srv/git/src.ex.../example.git git annex init git remote add origin git.example.org:/srv/git/src.ex.../example.git -git push --set-upstream origin master +git push --set-upstream origin main git annex sync --content --all ``` -- cgit v1.2.3