Answers for "install git flow"

1

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
Posted by: Guest on March-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language