git x branch - izudon/izudon.github.io GitHub Wiki
$ git remote add origin ssh://[email protected]:<port>/~/repos/xxxxx.git
$ git push --set-upstream origin main
$ git push
$ git branch
* master
$ git checkout -b topic
$ git branch
master
* topic
git pull --rebase