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.
精彩评论