Slide 17
Slide 17 text
Typical workflow with Git
developer master
feature-1 commit commit commit review & tests
merge
developer
We can extend our workflow with e.g. develop branch, epic branches, release
branches, hot-fix branches, etc. depending on our project needs.
See: https://www.atlassian.com/git/tutorials/comparing-workflows
feature-2 commit
merge
review & tests