Skip to content
Snippets Groups Projects
Commit 6a9a7d56 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Avoid git pull warning

parent f83df8a3
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ git commit -am "My message"
You can then synchronize your local git repository with the gitlab server by
first running:
```shell
git pull
git pull --no-rebase
```
This will merge in your local repository any change we made to the lab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment