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
develop tabanlı bir özellik dalı üzerinde geliştirmeye başla:git flow feature start {{özellik}}
develop dalı ile birleştir ve dalı sil:git flow feature finish {{özellik}}
git flow feature publish {{özellik}}
git flow feature pull origin {{özellik}}