Changes
Page history
Update git basic setup
authored
Feb 21, 2022
by
Radek Ošlejšek
Show whitespace changes
Inline
Side-by-side
git-basic-setup.md
View page @
8ba5ed3c
...
...
@@ -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/202
0
-pb162-seminar-project.git
cd
202
0
-pb162-seminar-project
git clone https://gitlab.fi.muni.cz/pb162/202
2
-pb162-seminar-project.git
cd
202
2
-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/202
0
-pb162-seminar-project/tree/master
)
(
switch
the branch
`master`
to
`iteration-0X`
)
Follow
[
instructions on GitLab
](
https://gitlab.fi.muni.cz/pb162/202
2
-pb162-seminar-project/tree/master
)
(
switch
the branch
`master`
to
`iteration-0X`
)
# 3. Saving changes
...
...
...
...