Changes
Page history
Update git basic setup
authored
Oct 05, 2017
by
Radek Ošlejšek
Show whitespace changes
Inline
Side-by-side
git-basic-setup.md
View page @
1614bb86
...
...
@@ -25,14 +25,14 @@ 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:
```
bash
git pull origin iteration-0X
-X
theirs
--rebase
git pull origin iteration-0X
-X
theirs
```
>
**In Netbeans:**
*
Team -> Remote -> Pull...
*
Select Configured Git Repository Location:
`munijava:https://gitlab.fi.muni.cz/pb162/2017-pb162-seminar-project.git`
*
Remote Branches:
`iteration-0X -> munijava/iteration-0X`
(check
**only**
required iteration, e.g. iteration-01).
*
Rebas
e.
*
Merg
e.
>
To make sure that everything is okay, use
`git status`
, which is pretty useful:
...
...
...
...