开发者

git rebase conflict was caused by which commit

when I do git rebase master I get conflict sometimes. And sometimes it becomes very difficult to track down an issue even with error messages. It would be a real help if I could find out which commit git is trying to开发者_开发技巧 reapply and is causing conflict.

How can I find out which commit is causing the conflict?


Look in the conflicting file(s), the lines starting with >>>>>>> show the commit hash which caused the conflict.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜