git flow

고수준 저장소 작업을 제공하는 Git 확장 모음. 더 많은 정보: https://github.com/nvie/gitflow.

git flow init

git flow feature start {{기능}}

git flow feature finish {{기능}}

git flow feature publish {{기능}}

git flow feature pull origin {{기능}}