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.
'scribbling' 카테고리의 다른 글
log4jdbc mix (0) | 2012.05.17 |
---|---|
lo4jdbc 사용시 log4j.xml 설정 (0) | 2012.05.17 |
Github 가입및 셋팅 & git 공부 (0) | 2012.04.25 |
정규식 테스트할 수 있는 웹 싸이트 (0) | 2012.04.20 |
Redis Collection 사용시 메모리 소요비용 (0) | 2012.04.19 |