Tobias Weisserth wrote: > You'd work on your master branch. But maybe you want to work on two > parallel branches. One for production code and the other for future > releases of your blog.
Well, you can still do that. After the merge, just do git checkout stable_5_2_0 and continue working on that. > On Wed, Feb 25, 2009 at 3:45 PM, Matijs van Zuijlen <[email protected] > <mailto:[email protected]>> wrote: > > I have a comment on this part: Why not just use git merge, like so: > > > git checkout master > git pull vanilla_typo master > git merge stable_5_2_0 >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
