aboutsummaryrefslogtreecommitdiff
path: root/SETUP.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-26 17:23:22 +0200
committerJonas Smedegaard <dr@jones.dk>2024-05-26 17:23:22 +0200
commit11c06305745118037e5db6bef91a330299a33723 (patch)
tree027fa9f4d7be63b5b0da63abb6314f1f1e58dbb7 /SETUP.md
parent76ef774db3b0b9e62d1c843cc4c19961ae64365a (diff)
use git branch main (not master)
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md2
1 files changed, 1 insertions, 1 deletions
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
```