The unreasonable efficiency of Craft and git

Git is a huge productivity boost for developer teams, but it only works well when the CMS is designed to support it. Craft is going the extra mile to fully support git-based workflows. This talk will explore and appreciate the ways in which Craft is designed to play nice with git. Some key points are the clear distinction between config and content, and the declarative project config that can supercharge the feature branch workflow. We’ll explore how the git repository can act as the source of truth for your project, and how to ensure it tells the truth, the whole truth, and nothing but the truth. Finally, you’ll get some practical advice on implementing or improving your own git workflows.