How to Install Git Flow on Mac OS X

Words
76
Reading
1 min
Listen
Play
7y

drmnq3.png

Our team started using Gitflow Workflow few months back and we are so much happy to finally have an awesome branching model for project releases.

Another reason to use Gitflow Workflow is that GitVersion automatically generates version numbers for builds from branches for CI/CD tools.

Installation

Since GitFlow is not integrated in the default Git application for Mac, so we need to install it separately.

6x2stq.png

Install Brew (if you don't already have it installed)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install git-flow
brew install git-flow

How to Install Git Flow on Mac OS X | Ecency