On Mon, Jan 4, 2010 at 6:53 AM, Phil <[email protected]> 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 <[email protected]> "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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
