Documentation: Rephrase git rebase description in beginner's guide

This commit is contained in:
circl 2024-08-25 19:52:03 +02:00 committed by Andrew Kaster
parent f1098b4226
commit e47f9d718a
Notes: github-actions[bot] 2024-08-29 02:38:49 +00:00

View file

@ -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