Pratice GitHub repository for practicing resolving merge conflicts.
-
Click the green "Use this template" button in this repository to obtain a copy of it for yourself (do not fork it).
-
Clone this repository to your computer.
-
Create a remote branch named
make-conflict
(this will use GitHub Actions to create a commit in your remote repository). -
Fix the second line in
cube.r
so that it calculates the cube, not the square (e.g., changex^2
tox^3
). Commit your changes to version control via Git and push your changes to GitHub. -
Resolve the merge conflict them so that you can see your changes on GitHub.