ssh example.com mkdir git mkdir git/test.git cd ~/git/test.git git init --bare
クライアント側で次のコマンドを打つ。
cd ローカルのリポジトリのある場所 git remote add origin ssh://example.com/home/example/git/test.git git remote -v
git push origin master:master
参考 https://qiita.com/michimani/items/deaa779971454439cb6d