Challenge: Merging

Test your understanding of “merging” by completing the following challenge.

We'll cover the following

Problem statement#

Initialize a repository, commit a file, make changes on two branches, and merge. Create a merge knowing there will be a conflict and understand what you need to do to resolve it.

Terminal 1
Terminal

Click to Connect...

Solution#

Click the “Show Solution” button to learn about the solution.

Handling Merge Conflicts
Introduction: Git Stash
Mark as Completed
Report an Issue