scribbling

cygwin 에서 git flow 설치

'김용환' 2012. 4. 26. 18:49

 

 

 

1. http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh 에 접속해서 shell을 copy한다.

2. cygwin shell processing

$ cat > gitflow-installer.sh

(복사한 것을 복사하고 ctrl + D)
$ chmod 755 gitflow-installer.sh
$ ./gitflow-installer.sh
$ git flow

usage: git flow <subcommand>

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 <subcommand> help' for details.