In this kata you will be facing your first merge conflict! There will be two different branches:
- Mergesort-Impl
- master
The task is to look at the merge conflict, and solve it by editing the file accordingly.
- Run
. setup.sh
(or.\setup.ps1
in PowerShell)
- Run
git branch
to see the two branches present git merge Mergesort-impl
- Solve the merge conflict :)