Tools/Developer/Git
Gitflow
Gitflow is a list of rules to keep a repo’s history organized, and is used to make the release process, bug fixes, and feature creation easier.
Installation
https://skoch.github.io/Git-Workflow/
Introduction
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
GitKraken
GitKraken has GUI support for Gitflow functionalities that's very easy to use. See [Docs](GitKraken GitFlow).
Reference
How is this guide?