On Sep 16, 5:01 pm, Donovan Bray <[email protected]> wrote: > Why do you do this? > > Or if you want to be really clean rebase _work_ and squeeze all of the > commits into a single commit then merge into master. >
hi Donovan, this is exactly what I do. But git beginner as I am, I thought that the best way to merge it into master was using reset. I was corrected at this point by Michel and Konstantin: git merge does the same without using a blunt axe method as I did. > Using a reset in a normal workflow just has smell to it. I certainly will leave this method of working. regards, Ruud -- 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.
