Materials for the teaching innovation seminar "Introduction to Git" in the DSLAB-TI series
- Install Git in your machine.
- Optionally, you can do some basic Git configuration before you start these tutorials.
- Install/update R and RStudio.
- Register your GitHub account, in case you haven't
already.
- IMPORTANT: You will also need a Personal Access Token (PAT) if you want to upload your local commits to a remote repository (e.g. on GitHub). In that case, you must create a PAT before you start practicing.
- We create a new GitHub project and clone it locally.
- We test our new repository editing a simple R Markdown / Quarto project. We track changes in our local machine and also send them to the remote GitHub repository.