diff options
-rw-r--r-- | USE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ and finally push your local git into its new public location: ```shell ssh git.example.org git init --bare --shared /srv/git/src.ex.../example.git 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 ``` |