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

Avoid git pull warning

parent f83df8a3
Branches master
No related tags found
Loading
...@@ -61,7 +61,7 @@ git commit -am "My message" ...@@ -61,7 +61,7 @@ git commit -am "My message"
You can then synchronize your local git repository with the gitlab server by You can then synchronize your local git repository with the gitlab server by
first running: first running:
```shell ```shell
git pull git pull --no-rebase
``` ```
This will merge in your local repository any change we made to the lab 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