Closed kkoomen closed 4 years ago
Thanks for the point. Fixed in 30f281b.
"@rhysd @kkoomen The ours
and theirs
are not always accurate/appropriate though: if I try to merge my branch to a release branch or master/main as target, the HEAD becomes ours
, and my branch become theirs
which is confusing. I expect that my branch should be ours
regardless of the target. But it seems that ours
always map to HEAD, am I correct?
VS Code has this naming: Current Change
and Upcoming Change
:
Atom has this naming though: Our Changes
and Their Changes
VS Code has better naming I think, since HEAD is not always ours
, since it depends on the direction of the merge. Maybe we could tweak the behavior of the plugin to switch the "ours" as needed, or just use better naming like in VS Code? At the very least, I could customize my mapping instead of using the default co
and ct
. :)
I suggest you use
ours
andtheirs
in the README as this is more clear and reflects the actual git naming convention. Right now it'sourselves
andtheirselves
which just sounds weird.