Git的增量合并:git-imerge

jopen 10年前發布 | 19K 次閱讀 Git 版本控制系統 git-imerge

git-imerge 執行兩個分支之間逐步合并。如果沖突遇到,找出到底是哪對提交沖突。

git-imerge 擁有兩個主要設計目標:

  • Reduce the pain of resolving merge conflicts to its unavoidable minimum, by finding and presenting the smallest possible conflicts: those between the changes introduced by one commit from each branch.
  • Allow a merge to be saved, tested, interrupted, published, and collaborated on while it is in progress.
  • </ul>

    項目主頁:http://www.baiduhome.net/lib/view/home/1416880844865

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!