Slide 25
Slide 25 text
Even (GIT) flow | @antodippo | November 2018
Mike new feature and bug fixing process:
1. Mike branches feature/new-feature off of develop
2. Mike works on his branch getting updates from develop sometimes
3. Mike submit a PR to develop and Eddie merges the PR
4. When the new release is almost ready, Eddie branches off
release/1.x of develop
5. Eddie merges release/1.x to master tagging with the release number
6. After some time, Eddie report a new bug to Mike
7. Mike branches hotfix/new-bug off of master
8. Eddie merges hotfix/new-bug into master, tagging
9. Eddie merges the hotfix/new-bug into develop and release/1.x
Gitflow workflow