diff options
-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 ``` |