
24 Oct
2013
24 Oct
'13
8:15 a.m.
On Thu, Oct 24, 2013 at 9:31 AM, Daniel James
It might be worth looking at sourcetree, as it has support for git-flow (I haven't tried it myself):
It was a bit surprising at first for me because it just have one big button for gitflow, but it's interactive so it made me understand better how gitflow works: each time you want to do something related to branching, first hit the big gitflow button and it will present you the options available at the time (except the first time post-clone when you need to set it up, just use the default config). So when you begin a feature, next time you will hit the button and you are in a feature branch, it will propose only to close the feature.