Merging overviewBookWhat's in that push?Visual StudioDetails, detailsGitHub DesktopPush it alreadyVisual StudioMerge conflictsMerging from the command lineFast forwardTrue mergeAvoiding conflictsSummaryChallengeAnswerTask #1: Set up a new repository and clone it to two different foldersTask #2: Have one person populate the main branch with the beginnings of UtilityKnife, commit the changes, and push itTask #3: Each programmer creates a feature branch. Each programmer then puts the beginning of their feature into their branch, committing frequently (more frequently than you would in "real life")Sara and the CalculatorTask #4: Merge the main branch into the feature branch frequently to ensure that if there are conflicts, you catch them earlyTask #5: John is building the temperature converter. Have him "borrow" code from the calculator. See if there are merge conflicts