Update git basic setup authored by Radek Ošlejšek's avatar Radek Ošlejšek
......@@ -7,8 +7,8 @@ If you have a trouble getting the assignment, you can always go to GitLab projec
In windows, use [git terminal app](https://git-for-windows.github.io/) application.
```bash
git clone https://gitlab.fi.muni.cz/pb162/2017-pb162-seminar-project.git
cd 2017-pb162-seminar-project
git clone https://gitlab.fi.muni.cz/pb162/2018-pb162-seminar-project.git
cd 2018-pb162-seminar-project
git pull origin iteration-01 -X theirs
```
......
......