mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Documentation: Rephrase git rebase
description in beginner's guide
This commit is contained in:
parent
f1098b4226
commit
e47f9d718a
Notes:
github-actions[bot]
2024-08-29 02:38:49 +00:00
Author: https://github.com/circl-lastname Commit: https://github.com/LadybirdBrowser/ladybird/commit/e47f9d718a0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1189
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