Git Kata 3: Merging

Learn about merging branches with divergent histories.

Merging is essentially the opposite of branching. Branches allow changes in a repository to be separated. Merging is the process of combining work that’s separated between branches.

Step 1: Merge changes between branches

The command to merge changes is given below.

Get hands-on with 1200+ tech skills courses.