Question: # * * Branching Exercise * * ## * * Part I * * Answer the following questions: - What * * * git *
# Branching Exercise
## Part I
Answer the following questions:
Whatgitcommand creates a branch?
What is the difference between a fastforward and recursive merge?
Whatgitcommand changes to another branch?
Whatgitcommand deletes a branch?
How do merge conflicts happen?
## Part II
Practice with fast forward and recursive merges! Make a branch and add and commit onto it and merge it back into master.
Try to create your own merge conflict by modifying the same file on two separate commits on two separate branches.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
