~ $ git push <リモート名> <ブランチ名> # 例 ~ $ git push origin master
git push コマンドを使うことで、ローカルリポジトリにコミットした内容をリモートリポジトリへアップすることができる
目次