git flow에서는 기본적으로 branch 의 타입마다 subdirectory를 쓰게 되어 있다. 그러나 운영을 편하게 하기 위해서 subdirectory가 아니라 버전단위(-)로 지정 할 수 있다.
$ git flow init -f
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/] feature-
Release branches? [release/] release-
Hotfix branches? [hotfix/] hotfix-
Support branches? [support/] support-
Version tag prefix? [] v
'scribbling' 카테고리의 다른 글
메신저 피싱에 대한 좋은 방어의 예-카톡의 스마트 인지 기술 (0) | 2012.07.09 |
---|---|
Spring의 아버지 로드 존슨이 Spring을 떠나다. (0) | 2012.07.06 |
git flow상에서 develop으로부터 새로운 브랜치를 만들기 (0) | 2012.06.26 |
Git Tag 생성 및 삭제 (1) | 2012.06.26 |
Git rollback and push (0) | 2012.06.20 |