생활코딩 강의를 듣다가 유용한 자료라서 아티클을 첨부한다.
nvie.com/posts/a-successful-git-branching-model/
A successful Git branching model
In this post I present a Git branching strategy for developing and releasing software as I’ve used it in many of my projects, and which has turned out to be very successful.
nvie.com
이 저자가 최신버전 git-flow 도 업데이트 했다.
guides.github.com/introduction/flow/
Understanding the GitHub flow · GitHub Guides
Create a branch When you're working on a project, you're going to have a bunch of different features or ideas in progress at any given time – some of which are ready to go, and others which are not. Branching exists to help you manage this workflow. When
guides.github.com
생활코딩 강의도 같이 refer 한다
내용이 도움이 되셨다면 블로그 구독하기 부탁드리겠습니다.
* 이 글의 모든 저작권은 aliceintr에 있으며 무단 배포 및 사용은 자제해 주시기 바랍니다. *
'DevOps > GIT' 카테고리의 다른 글
github#16 git pull request & git merge request 2편 (0) | 2020.11.27 |
---|---|
github#15 git pull request & git merge request 1편 (0) | 2020.11.27 |
github#13 git rebase 충돌해결 (0) | 2020.11.26 |
github#12 git rebase 기초 (0) | 2020.11.26 |
github#11 git tag 와 branch 차이 (0) | 2020.11.25 |