I have two branches (master
and abc
)
I have added some code in abc
and committed the abc.
I pulled origin/master
and now my abc
is behind a few commits.
When I rebase or merge abc
with master
, in conflict resolver; it does not show the changes in the conflict file that I committed.
Why?