DevOps/GIT

github#14 git project 잘 관리하기

aliceintr 2020. 11. 26. 10:41
반응형

생활코딩 강의를 듣다가 유용한 자료라서 아티클을 첨부한다.

 

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 한다

youtu.be/_kxjzlH34xc

ref ; 생활코딩

 

 

 

내용이 도움이 되셨다면 블로그 구독하기 부탁드리겠습니다.

* 이 글의 모든 저작권은 aliceintr에 있으며 무단 배포 및 사용은 자제해 주시기 바랍니다. *

반응형