오늘은 걍 git flow 설치하는 방법~
https://github.com/nvie/gitflow/wiki/Windows#msysgit
여기 있는 내용인데, 필요한 파일들 따로 받아야 하는 게 귀찮아서 걍 올림...
깃플로우에 대해 궁금한 한국분은 http://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html 참고하세용
1. 일단 msysgit 설치되어있어야 함.
2. msysgit 설치된 폴더 안의 bin 폴더안에 아래 첨부한 3개 파일을 넣는다.
나의 경우 libiconv2.dll 파일은 이미 있었음.
참고로 나의 경우 해당 폴더는 "C:\Program Files (x86)\Git\bin" 이였음.
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"
'ide | environment' 카테고리의 다른 글
자주 쓰는 도커 명령어 모음 (0) | 2016.11.10 |
---|---|
개인정보취급방침 (0) | 2013.05.20 |
MySQL 전체 데이터베이스 백업과 복구 (0) | 2013.05.06 |
유니티3d(unity3d) 3.x 버전 실행 안되는 문제 해결(Windows7, Windows8 64bit 에서) (0) | 2012.12.11 |
ProxyChanger (0) | 2012.03.21 |