On Sat, Nov 12, 2011 at 9:14 PM, tombert <[email protected]> wrote: > Interesting - but I found this explanation in the manual: > --merge When switching branches, if you have local modifications to > one or more files that are different between the current branch and > the branch to which you are switching, the command refuses to switch > branches in order to preserve your modifications in context. > (see http://schacon.github.com/git/git-checkout.html) > > So in my opinion it should have refused to switch branches!?
Look again at the steps. There were no commits after the one branch was made from the other, so there can't have been any files that were different between the two branches. -- 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.
