logoalt Hacker News

em-beeyesterday at 7:14 PM1 replyview on HN

a better (more confusing) example:

i have a branch and i want to merge that branch into main.

is ours the branch and main theirs? or is ours main, and the branch theirs?


Replies

IgorPartolayesterday at 7:17 PM

I always checkout the branch I am merging something into. I was vaguely aware I could have main checked out but merge foo into bar but have never once done that.

show 1 reply