[Lazarus] Release schedule and policy
Graeme Geldenhuys
graemeg.lists at gmail.com
Mon Oct 25 08:43:52 CEST 2010
Op 2010-10-22 20:19, Michael Van Canneyt het geskryf:
> I don't want to start searching for branches that contain new things, and
> what if 2 features I want to test are in different branches ?
$ git checkout -b work
$ git merge feature1 feature2
:-)
'work' is the branch you want with whatever features you need. 'feature1'
and 'feature2' are the branches with new (large'ish) features. I've been
working like this using the git mirror for almost a year now. No problems,
and it's really quick to update or reset (sync to trunk) the work branch.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net:8080/fpgui/
More information about the Lazarus
mailing list