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


--

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.


Reply via email to