Exercise: Git Merge Conflict Resolution
#
StepsFork and Clone this repository: MergeConflictExercise
- Git checkout
newBranch
: to see the differences betweennewBranch
andmain
branch. - Switch back to the
main
branch - Merge the
newBranch
branch intomain
branch and fix the merge conflict