git rebase, keeping track of 'local' and 'remote'
Posted
by Benjol
on Stack Overflow
See other posts from Stack Overflow
or by Benjol
Published on 2010-06-16T07:43:04Z
Indexed on
2010/06/16
7:52 UTC
Read the original article
Hit count: 165
When doing a git rebase, I often have difficulty working out what is happening with the 'local' and 'remote' when resolving conflicts. I sometimes have the impression that they swap sides from one commit to the next.
This is probably (definitely) because I still haven't properly understood.
When rebasing, who is 'local' and who is 'remote'?
(I use P4Merge for resolving conflicts)
© Stack Overflow or respective owner