To experiment with branches we will create a “fork” from our recipe GitHub repository:
Create a new branch from “main”:
Clone the recipe repository to your laptop:
git clone git@github.com:<user>/recipe-book.git
cd recipe-book
Create a new branch “cheesecake” in the webinterface
“Pull” the changes to your computer:
git pull
In this part of the tutorial we saw:
Please follow along on your git bash or terminal.
In this part of the tutorial we showed:
Let us create a merge conflict and see how we can resolve it!
Workshop Computational Reproducibility