-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
Thanks for the amazing tool.
I am a touch confused about how branches are labeled. Here is the following scenario
git checkout my_stuff
git rebase her_stuff
# ... conflict happened
vi readme.md
I have noticed that if I run git rebase her_stuff instead of git merge her_stuff, the former marks the windows very differently. For example remote window ends up having my stuff whereas local shows her_stuff.
What is the optimal setup in this scenario? Or is this not the right tool for rebase type workflow?
Metadata
Metadata
Assignees
Labels
No labels