August 2022
Intermediate to advanced
752 pages
24h 7m
English
Version Control and Release Management with Git
This chapter covers the following topics:
Version Control and Git: This section briefly discusses version control for managing code or file changes and how Git is a widely used version control system (VCS). It also discusses Git basics and advanced features for managing code changes from multiple concurrent developers.
Git Workflow: This section discusses Git basic workflow agreement, how to manage access to the code, and who contributes and who is trusted to manage the workflow. Basics of branching and forking are also discussed.
Git Branching Strategy: This section discusses a strategy for managing the code development and stabilization teams and processes. This is a strategy that ...