On Feb 22, 2012, at 12:08 PM, Leif Hedstrom wrote: > On 2/22/12 1:04 PM, James Peach wrote: >> On Feb 22, 2012, at 11:39 AM, Leif Hedstrom wrote: >> >> That implies your change is on your local master? I like to keep master >> clean ... > > I merge from my dev branch to master and then push from there. It's how I > used to do when we did git->svn, and it was how I was taught how to do it (at > least the books / docs recommended it that way). I guess I don't quite > understand the risks or reasons for not doing this, but then again, I also > don't know "pure" git all that well. :)
I just like to keep master clean. Also pushing straight from the branch saves the extra step of merging to master. J