Changes
Page history
typo
authored
Feb 09, 2022
by
Boman Romain
Hide whitespace changes
Inline
Side-by-side
git.md
View page @
9f2d5714
...
...
@@ -183,7 +183,7 @@ Copy the state of GitLab to your `.git` folder (this does not modify your files
```
git fetch
```
Merge
`otherbranch`
to
`mybranch`
:
Merge
`otherbranch`
in
to
`mybranch`
:
```
git checkout mybranch # be sure to be on your branch!
git fetch # retrieve the last state of all branches
...
...
...
...