diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-26 17:23:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-05-26 17:23:22 +0200 |
commit | 11c06305745118037e5db6bef91a330299a33723 (patch) | |
tree | 027fa9f4d7be63b5b0da63abb6314f1f1e58dbb7 /SETUP.md | |
parent | 76ef774db3b0b9e62d1c843cc4c19961ae64365a (diff) |
use git branch main (not master)
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |