Re: [git-users] Re: Branches and workflow

2013-05-23 Thread Roddie Grant
On 23/05/2013 01:06, Yawar Amin wrote: Hi, On Wednesday, May 22, 2013 3:02:50 PM UTC-4, Roddie wrote: [...] That work is on hold because I have to get adverts on the home page, and I've made a new branch - adverts. This was branched from the master branch, so does not

Re: [git-users] Re: Branches and workflow

2013-05-23 Thread Alex Lewis
Yes it really is a decision about the size of the project, the complexity of the features, the dependencies between those features etc. So essentially *Feature Branching* won't fit every situation and I think branching in general is more of a tool than a necessity and I think it becomes a

Re: [git-users] Re: Branches and workflow

2013-05-23 Thread Roddie Grant
Thanks Alex - that's good to hear. In another thread I've just come across the concept of feature toggle and I'm wondering if that might be more appropriate for me. Roddie On 23/05/2013 11:01, Alex Lewis wrote: Yes it really is a decision about the size of the project, the complexity of the

Re: [git-users] Re: Branches and workflow

2013-05-23 Thread Alex Lewis
Yeah Feature Toggles can be a useful approach and like feature branches it sounds great on the outset but in my opinion like feature branches it comes with caveats when using it in reality, like anything the devil is in the details. Also Feature Toggles are described as an alternative to