2Working with Repositories
- 2.1Creating, Cloning, and Remotes
- 2.2Recording Changes (add, commit, diff, log)
- 2.3Branches, Integration, and Undo
- 2.4GitHub Flow (the basic delivery pattern)
Learn GitHub Flow, a lightweight branching pattern for individuals and teams: create branch → commit → Pull Request → review → merge → deploy, and what each step means.

