We’ve mentioned it before, but at WebDevStudios, we use git flow–a specific git workflow first proposed five years ago, though the original author, Vincent Driessen, says he had been using it for a year before posting about it. Git Flow works best...
Read More An Alternate Git Flow for Client WorkTag: git flow
Using Git Flow and Forget to Branch? Stash it.
Here at WebDevStudios, we use a variation of the Git workflow known as Git Flow. One of the benefits of using Git is quick and easy branching and merging without conflicts. Git Flow makes extensive use of branches to ensure that work...
Read More Using Git Flow and Forget to Branch? Stash it.