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.
競合の対処方法を知らない誰かによって元に戻されたコミットがあります。コミットを自動マージして戻す簡単な方法はありますか? 「merge to master」を使用してみましたが、最新としか表示されません。私はカメギットを使用しています。
それgit cherry-pickがそのためです。既存のコミットを使用して変更を適用できます。
git cherry-pick
基本的な構文は次のとおりです。
git cherry-pick <commit> ...