Introductiontogitflow 210323093903
Introductiontogitflow 210323093903
Git Flow
KnolX Etiquettes
Punctuality Feedback
Respect Knolx session timings, you Make sure to submit a constructive
are requested not to join sessions feedback for all sessions as it is
after a 5 minutes threshold post very helpful for the presenter.
the session start time.
03 Feature Branch
04 Release Branch
05 Hotfix Branch
06 Summary
05
07 Demo
7
Introduction
Introduction
● Suited for projects having scheduled release cycle and continuous delivery
● After installing git-flow you can use it in your project by executing git flow init
Gitflow is one of many styles of Git workflows you and your team
can utilize.
● Ensures a clean state of branches at any given moment in the life cycle of
project
● The branches naming follows a systematic pattern making it easier to
comprehend
● It has extensions and support on most used git tools
● It is ideal when there it needs to be multiple version in production
Disadvantages