Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の友人と私は同じブランチに取り組んでいます。彼は自分の変更を私たちのブランチにコミットしました。今、私も同じことをしたいと思っています。
すでにローカルで git コミットを行っていますが、この時点からの手順がわかりません。
変更をプッシュできるように、ブランチを最新の状態にする必要があります。
まず、次のことを行います。
git pull --rebase
これを行うだけでgit pull、マージコミットが発生することもあります。
git pull
次に、行う必要があるのは次のとおりです。
git push
また、変更は共有リモート ブランチにある必要があります。