Open jakub-g opened 1 year ago
during a rebase conflict, show the diff between the upstream state that git is trying to apply to, and the upstream state you originally wrote the commit against: git diff REBASE_HEAD~1..HEAD -- <path/to/conflicted/file>
during a rebase conflict, show the diff of the commit that git is currently trying to apply: $ git log -p -1 REBASE_HEAD