Update git basic setup authored by Radek Ošlejšek's avatar Radek Ošlejšek
......@@ -11,8 +11,8 @@ If you have trouble getting the assignment, you can always go to GitLab project
In windows, use [git terminal app](https://git-for-windows.github.io/) application.
```bash
git clone https://gitlab.fi.muni.cz/pb162/2020-pb162-seminar-project.git
cd 2020-pb162-seminar-project
git clone https://gitlab.fi.muni.cz/pb162/2022-pb162-seminar-project.git
cd 2022-pb162-seminar-project
git pull origin iteration-01 -X theirs
```
......@@ -36,7 +36,7 @@ git status
# 2. Implement the assignment
Follow [instructions on GitLab](https://gitlab.fi.muni.cz/pb162/2020-pb162-seminar-project/tree/master) (switch the branch `master` to `iteration-0X`)
Follow [instructions on GitLab](https://gitlab.fi.muni.cz/pb162/2022-pb162-seminar-project/tree/master) (switch the branch `master` to `iteration-0X`)
# 3. Saving changes
......
......