====== Git Flow ======
* https://nvie.com/posts/a-successful-git-branching-model/ : 2020년에 추가 된 내용으로 git-flow 는 명시적 버전이 있고, release 주기가 일정한 애플리케이션에 어울리고, 지속적 배포를 하는 시스템에서는 더 단순한 모델을 가져가야 한다.
패키지 소프트웨어/라이브러리류가 아니면 "git flow 브랜치 전략은" 사용하지 말 것.
* [[https://github.com/nvie/gitflow|Git Flow extension]] : git flow extension 은 이미 git 에 기본으로 들어감
* [[https://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html|git-flow cheatsheet]]
* https://guides.github.com/introduction/flow/ : github flow
===== 설치 =====
sudo apt-get install git-flow
===== git-flow avh =====
* [[https://github.com/petervanderdoes/gitflow-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 버전이다.
* [[https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Linux,-Unix,-etc.|Installing on Linux, Unix, etc. · petervanderdoes/gitflow-avh Wiki]]
===== 참조 =====
* [[https://www.youtube.com/watch?v=w2F8O9J1keM|git flow - 출시와 개발을 동시에 진행하는 방법 - YouTube]]
* [[http://dogfeet.github.io/articles/2011/git-flow.html|#dogfeet - Git:git-flow]]
* [[http://knight76.tistory.com/entry/Git-Flow-%EC%A2%8B%EC%9D%80-%EC%9E%90%EB%A3%8C|김용환 블로그 :: Git Flow 좋은 자료]]
* [[https://www.joinc.co.kr/w/man/12/gitflow|Gitflow]]