On Fri, Mar 11, 2011 at 5:31 PM, Vivien Malerba <[email protected]> wrote: >> Surely the latest stuff should be in master? You could branch the stable >> stuff to a stable branch. > > I do agree. However I don't know how to do this with git. The current > situation is: > * a master branch (which is for the 4.2.X dev) > * a gtk3 branch > and I would like to (in that order): > 1- rename the current master branch to "LIBGDA_4.2" > 2- rename the gtk3 branch to master > > Any idea how to do this?
easy :) 1) git branch LIBGDA_4.2 at this point, master = LIBGDA_4.2 2) git merge gtk3 after successful merging: 3) git branch -D gtk3 -- Alexey Zakhlestin, http://twitter.com/jimi_dini http://www.milkfarmsoft.com/ _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
