135.5 Version control in a development workflow
Understand how version control supports collaboration, documentation, and Agile development in real-world projects.
Why use version control in real projects?
Git in an Agile workflow
Example workflow
git checkout -b fix-bug-32
Writing meaningful commit messages
Version tagging and releases
Peer review and collaboration
Summary
Last updated
Was this helpful?