git flow install window code example
Example: install 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