Skip to content

Commit

Permalink
Merge pull request github#18618 from bishal7679/patch-7
Browse files Browse the repository at this point in the history
Confusing example in Syncing a Fork is fixed
  • Loading branch information
janiceilene authored Jun 15, 2022
2 parents e22c94b + e1bfd5a commit de847a1
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,8 @@ Before you can sync your fork with an upstream repository, you must [configure a
> 2 files changed, 7 insertions(+), 9 deletions(-)
> delete mode 100644 README
> create mode 100644 README.md
``` If your local branch didn't have any unique commits, Git will instead perform a "fast-forward":
```shell
$ git merge upstream/main
> Updating 34e91da..16c56ad
> Fast-forward
> README.md | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
```
```


{% tip %}

Expand Down

0 comments on commit de847a1

Please sign in to comment.