git flow

Üst seviye depo işlemleri için Git uzantı koleksiyonu. Daha fazla bilgi için: https://github.com/nvie/gitflow.

git flow init

git flow feature start {{özellik}}

git flow feature finish {{özellik}}

git flow feature publish {{özellik}}

git flow feature pull origin {{özellik}}