version control - What is the best Git workflow to use for an inexperienced team? -
i'm college student taking software development course have work in team develop finished product. i'm working in group 4 other people create crud web application using codeigniter. don't know source control, , none of them know how use git (which decided best vcs use). planning on using gui-based github client commit , push code.
what best git workflow use in situation? thought giving each of them own personal branch work on, along dev branch testing changes , master production-ready code. after spending more time thinking it, think might not best idea. want them able keep local copy date possible while minimizing number of merge conflicts potentially occur. have ideas?
perhaps use github flow
simple work flow.
https://guides.github.com/introduction/flow/
and original post on subject : http://scottchacon.com/2011/08/31/github-flow.html
Comments
Post a Comment