typo authored by Boman Romain's avatar Boman Romain
...@@ -183,7 +183,7 @@ Copy the state of GitLab to your `.git` folder (this does not modify your files ...@@ -183,7 +183,7 @@ Copy the state of GitLab to your `.git` folder (this does not modify your files
``` ```
git fetch git fetch
``` ```
Merge `otherbranch` to `mybranch`: Merge `otherbranch` into `mybranch`:
``` ```
git checkout mybranch # be sure to be on your branch! git checkout mybranch # be sure to be on your branch!
git fetch # retrieve the last state of all branches git fetch # retrieve the last state of all branches
... ...
......