If you are on Ubuntu (and who isn't these days... right?), you can install git-flow easily (git-completion is nice as well)
aptitude install git-flow git-completion and git-flow command completion is nice https://github.com/bobthecow/git-flow-completion On Thu, Jul 24, 2014 at 12:36 PM, Stephen Turner <stephen.tur...@citrix.com> wrote: > I agree, every new ticket should be on a new branch. If you have two > changesets you might ever want to merge separately, put them on separate > branches. > > -- > Stephen Turner > > > -----Original Message----- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: 24 July 2014 17:30 > To: dev > Subject: Re: [DISCUSS][PROPOSAL] git workflow > > On Thu, Jul 24, 2014 at 5:08 PM, Tracy Phillips <tracp...@weberize.com> > wrote: > > Good read > > http://www.draconianoverlord.com/2013/09/07/no-cherry-picking.html > > > he agrees with our thread that every work sould start with creating a > branch, doesn't he. I think we need to say that a lot of times more. > Start a new branch when picking up a ticket. Start a new branch when > experimenting on a new feature. Start a new branch when bored. > > -- > Daan >