Documentation: Rephrase git rebase description in beginner's guide
This commit is contained in:
parent
f1098b4226
commit
e47f9d718a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ git push --set-upstream myfork mybranch
|
|||
git push
|
||||
```
|
||||
|
||||
If your pull request is showing conflicts with the master branch, resolve them locally with:
|
||||
If you wish to sync your branch with master, or locally resolve merge conflicts, use:
|
||||
```sh
|
||||
# On mybranch
|
||||
git fetch origin
|
||||
|
|
|
|||
Loading…
Reference in a new issue