git cherry-pick:选择性重放 Commit | Git

本章覆盖:cherry-pick;source commit;new commit id;patch replay;hotfix;backport;conflict;`--continue`;`--abort`;repeated cherry-pick creates distinct history;不用 cherry-pick 代替正常分支集成。

本章知识点

  • cherry-pick
  • source commit
  • new commit id
  • patch replay
  • hotfix
  • backport
  • conflict
  • --continue
  • --abort
  • repeated cherry-pick creates distinct history
  • 不用 cherry-pick 代替正常分支集成