|
|
|
|
|
by smd4
4466 days ago
|
|
The best resources I've found for understanding git workflows are by Vincent Driessen[1] and Atlassian[2]. The Atlassian page is much more comprehensive, and in fact derives the 'GitFlow' workflow from Driessen. However, I prefer his original top-to-bottom representation (a left-to-right time axis seems less intuitive to me - they remind me of a football playbook rather than a waterfall). [1] http://nvie.com/posts/a-successful-git-branching-model/
[2] https://www.atlassian.com/git/workflows |
|