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.
マージコミットを行わずに、gerrit のパッチを最新のコードに更新するにはどうすればよいですか? 私のパッチは数コミット遅れており、gerrit で新しいパッチを作成したくありません。
git rebase origin/master
動作し、必要に応じて競合を修正します。