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.
アップストリームがどのリモート ブランチであるかを覚えておきたくない場合、ローカル ブランチとそのリモート アップストリームを比較するにはどうすればよいですか?
つまり、次の 2 行目にドロップorigin/barします。
origin/bar
git branch --set-upstream master origin/bar git log origin/bar..