/gitflowinstaler

Sh script to install git flow tool command line

Primary LanguageShell

gitflowinstaler

Sh script to install git flow tool command line

Installl git flow

clone file instaler.sh

chmod +x ./instaler.sh

./instaler.sh

git flow Expected:

Available subcommands are: init Initialize a new git repo with support for the branching model. feature Manage your feature branches. release Manage your release branches. hotfix Manage your hotfix branches. support Manage your support branches. version Shows version information.

Try 'git flow help' for details.