[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=digital-work-lab/practice-python)
--- For the tutorial, we switch to the `tutorial_2024_04` branch: ``` git clone https://github.com/CoLRev-Environment/colrev cd colrev pip install -e .[dev] git fetch git checkout tutorial_2024_04 git reset --hard ca9902e666518af1d33a368adf055c9809004433 ``` - As the session progresses, you can checkout the current commits. - Whenever you see a `git reset --hard ...` command on the following slides, you can use it to set your repository to the required state (commit).