목차
Git Flow
설치
git-flow avh
참조
Git Flow
https://nvie.com/posts/a-successful-git-branching-model/
: 2020년에 추가 된 내용으로 git-flow 는 명시적 버전이 있고, release 주기가 일정한 애플리케이션에 어울리고, 지속적 배포를 하는 시스템에서는 더 단순한 모델을 가져가야 한다.
패키지 소프트웨어/라이브러리류가 아니면 “git flow 브랜치 전략은” 사용하지 말 것.
Git Flow extension
: git flow extension 은 이미 git 에 기본으로 들어감
git-flow cheatsheet
https://guides.github.com/introduction/flow/
: github flow
설치
sudo apt-get install git-flow
git-flow avh
petervanderdoes/gitflow-avh: AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
확장 버전
Ubuntu 의
git-flow
패키지는 이 avh 버전이다.
Installing on Linux, Unix, etc. · petervanderdoes/gitflow-avh Wiki
참조
git flow - 출시와 개발을 동시에 진행하는 방법 - YouTube
#dogfeet - Git:git-flow
김용환 블로그 :: Git Flow 좋은 자료
Gitflow