git rebase conflict was caused by which commit
Posted
by dorelal
on Stack Overflow
See other posts from Stack Overflow
or by dorelal
Published on 2010-04-28T15:01:32Z
Indexed on
2010/04/28
15:03 UTC
Read the original article
Hit count: 237
git
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?
© Stack Overflow or respective owner