March 13, 2016

Git Flow Diagram

We've been using git flow with some slight changes here and there. I wanted to document the process for future reference. View the post for the full size image.

One thing that's crucial for us is the code review process, which occurs during a pull request in Atlassian Bitbucket (Stash) tool we're using. So all changes to the main branches (master, develop, release) must be done through pull requests, no direct commits allowed.

On a side note, the tool I used to make the drawing is draw.io. I've used it a several times for the past year or so. Normally my go-to-choice would've been Visio, but draw.io is free and web-based. Who would've thought you can have Visio like functionality in a web page...how times have changed...

No comments:

Post a Comment