Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Thursday, September 1, 2011

GitHub Flow | Scott Chacon on the Interwebs

Scott Chacon on the Interwebs
At GitHub, we do not use git-flow. We use, and always have used, a much simpler Git workflow.
Its simplicity gives it a number of advantages. One is that it’s easy for people to understand, which means they can pick it up quickly and they rarely if ever mess it up or have to undo steps they did wrong. Another is that we don’t need a wrapper script to help enforce it or follow it, so using GUIs and such are not a problem.
Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development Pro Git Pragmatic Guide to Git (Pragmatic Guides)

No comments:

Post a Comment