프로그래밍

git flow

낭만프로그래머. 2021. 2. 6. 14:59

사내에서 git flow 를 사용해서 정리를 

 

git flow feature start MYFEATURE

git flow feature finish MYFEATURE

git flow feature publish MYFEATURE

git flow feature pull origin MYFEATURE

git flow feature track MYFEATURE

 

 

git-flow cheatsheet

 

danielkummer.github.io