Skip to content

Commit b8ae990

Browse files
janiceileneAlex Mullans
andauthored
Update content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
Co-authored-by: Alex Mullans <infin8x@github.com>
1 parent 8691e3f commit b8ae990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you can sync your fork with an upstream repository, you must [configure a
2525
4. Check out your fork's local `main` branch.
2626
```shell
2727
$ git checkout main
28-
> Switched to branch 'https://github.com/todbot/qtpy-tricks.git'
28+
> Switched to branch 'main'
2929
```
3030
5. Merge the changes from `upstream/main` into your local `main` branch. This brings your fork's `main` branch into sync with the upstream repository, without losing your local changes.
3131
```shell

0 commit comments

Comments
 (0)