Something about the git cherry-pick

来源:互联网 发布:绘制机房网络示意图 编辑:程序博客网 时间:2024/05/20 14:16
  • the function of the git cherry-pick is to merge another local branch’s modification to your current branch:
git cherry-pick <commit id>
  • if you meet some conflicts,you can use:
git mergetool
原创粉丝点击