Instal Git Flow

For Windows 
$ wget -q -O - --no-check-certificate https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash
For Mac 
brew install git-flow
For Linux
yay -S gitflow-avh
Hastings Keith