2014. 7. 24. 15:43

오늘은 걍 git flow 설치하는 방법~

https://github.com/nvie/gitflow/wiki/Windows#msysgit

여기 있는 내용인데, 필요한 파일들 따로 받아야 하는 게 귀찮아서 걍 올림...


깃플로우에 대해 궁금한 한국분은 http://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html 참고하세용



1. 일단 msysgit 설치되어있어야 함.

http://msysgit.github.io/


2. msysgit 설치된 폴더 안의 bin 폴더안에 아래 첨부한 3개 파일을 넣는다.

나의 경우 libiconv2.dll 파일은 이미 있었음.

참고로 나의 경우 해당 폴더는 "C:\Program Files (x86)\Git\bin" 이였음.


for_git_flow.zip



3. git flow 설치하고자 하는 디렉토리에 cmd 로 가서~

D:\> git clone --recursive git://github.com/nvie/gitflow.git

D:\> cd gitflow

D:\> contrib\msysgit-install.cmd "C:\Program Files (x86)\Git"


4. 끗.

D:\gitflow>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.



ps. 3번 커맨드에서 나는 아래처럼 엑세스 거부 에러가 떠서 해당 폴더에 권한 주고 함(메시지대로 관리자 권한으로 cmd 를 실행해도 될듯)

D:\gitflow\git-flow -> C:\Program Files (x86)\Git\bin\git-flow

액세스가 거부되었습니다.


You should run this script with "Full Administrator" rights:

- Right-click with Shift on the script from the Explorer

- Select "Run as administrator"



Posted by 아즈키