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.
私は、develop というローカル ブランチを作成し、それにいくつかの変更を加えました。ただし、remotes/devteam/master に対する別の開発者の変更を自分の開発ローカル ブランチにマージしたいと考えています。
これを行うにはどうすればよいですか?
devteamに対して定義されたリモートが既にあると仮定します。
git fetch --all git checkout develop git merge devteam/master