135.4 Branching and merging
Learn how branches help you work on features independently, and how to merge them safely into the main codebase.
What is a branch?
Why use branches?

Common Git branch commands
Merging and merge conflicts
Example merge steps:
Deleting a branch
Summary
Last updated
Was this helpful?