Changes
Page history
Update git basic setup
authored
Oct 04, 2017
by
Radek Ošlejšek
Show whitespace changes
Inline
Side-by-side
git-basic-setup.md
View page @
dce198b1
...
...
@@ -9,7 +9,7 @@ In windows, use [git terminal app](https://git-for-windows.github.io/) applicati
```
git clone https://gitlab.fi.muni.cz/pb162/2017-pb162-seminar-project.git
cd 2017-pb162-seminar-project
git pull origin iteration-00 -X theirs
git pull origin iteration-00 -X theirs
--rebase
```
>
**In Netbeans:**
...
...
@@ -25,7 +25,7 @@ Every week, we add a new iteration with described assignment what you have to do
If you want to get the assignment use pull command:
```
git pull origin iteration-0X -X theirs
git pull origin iteration-0X -X theirs
--rebase
```
>
**In Netbeans:**
...
...
...
...