Answered step by step
Verified Expert Solution
Question
1 Approved Answer
# * * 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started