Create Git Work Flow authored by Zafar Saleem's avatar Zafar Saleem
The `Git work flow` is based on feature branched. That means, I have two git branches `master` and `develop`. So I created a `feature` branch from `develop` branch. I develop the whole feature in that branch. Once I am done with it, I create a `merge request` where `code review` phase could come into play.
Since I was the only one working on this so no `code review` phase was omitted. Then I `merged` the feature branch with `develop` branch. When I need to release new feature, I merge the `develop` into `master` branch.
Please view git branch strategy \[here\](<<https://swimlanes.io/u/efcx3LmCi>>).
![swimlanes-76e44e2df59521819c2d04ff2a416030](uploads/a6407ae5a9b6830801bee79b654e6afe/swimlanes-76e44e2df59521819c2d04ff2a416030.png)
\ No newline at end of file