Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Martin Fowler, Patterns for Managing Source Code Branches (2020): https://martinfowler.com/articles/branching-patterns.html
- Rouan Wilsenach, Ship / Show / Ask: A modern branching strategy (2021): https://martinfowler.com/articles/ship-show-ask.html
- Vincent Driessen, git-flow - A successful Git branching model (2010): https://nvie.com/posts/a-successful-git-branching-model/
- gitworkflows - An overview of recommended workflows with Git: https://git-scm.com/docs/gitworkflows
- Paul Hammant and others, Trunk Based Development: https://trunkbaseddevelopment.com/
- Junio C Hamano: Resolving conflicts/dependencies between topic branches early (2009): https://gitster.livejournal.com/27297.html
- Junio C Hamano, Fun with various workflows 1 and 2 (2013): https://git-blame.blogspot.com/2013/06/fun-with-various-workflows-1.html and https://git-blame...