Using common Git commands
Pushing commits to a remote repository
ローカルブランチで実行されたコミットをリモートリポジトリにプッシュするには、git push
を使用します。
Getting changes from a remote repository
You can use common Git commands to access remote repositories.
non-fast-forward エラーの扱い
時として、Git はリモートリポジトリへの変更の際、コミットに失敗することがあります。 その場合、プッシュが拒否されます。