Changes
Page history
Update git basic setup
authored
Sep 17, 2018
by
Radek Ošlejšek
Show whitespace changes
Inline
Side-by-side
git-basic-setup.md
View page @
11ac56d4
...
...
@@ -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/201
7
-pb162-seminar-project.git
cd
201
7
-pb162-seminar-project
git clone https://gitlab.fi.muni.cz/pb162/201
8
-pb162-seminar-project.git
cd
201
8
-pb162-seminar-project
git pull origin iteration-01
-X
theirs
```
...
...
...
...