How to Install Git Flow on Mac OS X

in git •  5 years ago  (edited)

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @tomas-petrauskas! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You received more than 50 upvotes. Your next target is to reach 100 upvotes.

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Vote for @Steemitboard as a witness to get one more award and increased upvotes!
  ·  5 years ago (edited)

Thank you very much for this help @arcange !

  ·  5 years ago (edited)