Skip to content
Snippets Groups Projects
Commit 214b0ac8 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Fix pull --rebase

parent acdd6716
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ If you want to continue working in your branch, do:
```
git checkout newfeature
git pull --rebase origin/master
git pull --rebase origin master
```
This will do a fast-forward merge.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment