Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[4diac-dev] Suggestion of using git-flow like workflow for development

Hi,
 
After reading more on git and how to use it I would like to propose a git-flow like workflow [1] to be used for our developments in 4DIAC.
The key point is to use master only for releases and a seperate development branch for the main development. The rest is rather similar how we did it with hg. The reason I'm saying git flow like workflow is that thre is currently no fully functional Eclipse plugin for git-flow and I would strongly recomend to use EGit with Mylin connected to our bugzilla for commiting in 4DIAC.
 
However the most important steps are very good described in this [2] blog post.
 
What do you think?
 
Cheers,
Alois
 
[1] http://yakiloo.com/getting-started-git-flow/
[2] http://nvie.com/posts/a-successful-git-branching-model/

Back to the top