Merge pull request #11674 from jamshid/docfix
correcting git fetch command
This commit is contained in:
commit
26f84d50aa
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ To sync your repository:
|
|||
|
||||
5. Fetch all the changes from the `upstream/master` branch.
|
||||
|
||||
$ git fetch upstream/master
|
||||
$ git fetch upstream
|
||||
remote: Counting objects: 141, done.
|
||||
remote: Compressing objects: 100% (29/29), done.
|
||||
remote: Total 141 (delta 52), reused 46 (delta 46), pack-reused 66
|
||||
|
|
Loading…
Reference in a new issue