git flow
- Vincent Driessen's branching model. : https://nvie.com/posts/a-successful-git-branching-model/
- GitHub - nvie/gitflow : command line git 에 git flow 관련 operation 을 추가
- 여기 를 보면 기본적으로 Git for Windows 에는 git flow 가 설치되어 있다.
- https://github.com/nvie/gitflow#getting-started : gitflow 설명하는 post, video들
Extensions for Visual Studio Code
Git flow cheat sheet
git flow 를 사용하는 git repository 를 사용
1. git clone https://<git-address>
git clone 으로 source 를 가져온다.
2. git flow init
Which branch should be used for bringing forth production releases? - develop - master Branch name for production releases: [master] Which branch should be used for integration of the "next release"? - develop Branch name for "next release" development: [develop] How to name your supporting branch prefixes? Feature branches? [feature/] Bugfix branches? [bugfix/] Release branches? [release/] Hotfix branches? [hotfix/] Support branches? [support/] Version tag prefix? [] Hooks and filters directory? [C:/a/prog/mainsource/.git/hooks]
git flow feature 사용
3. git flow feature start
git flow feature start
를 이용해서 feature branch 를 만들 수 있다. 이때 어느 branch 에서 만들어도 develop branch에서 만들어준다.
댓글 없음:
댓글 쓰기