On Mon, Jan 4, 2010 at 6:53 AM, Phil <phuibon...@gmail.com> wrote:
> If I have two branches master and slave, for example, does it matter
> if i run merge from master or from slave?
>
> ie will the merge have different results if I run
>
> git checkout master
> git merge slave
>
>
> VS
>
> git checkout slave
> git merge master

I don't think it should matter, no.

Of course the final destination of the merge is different depending on
the order.

Mike
-- 
Michael P. Soulier <msoul...@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

--

You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.


Reply via email to