mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
correcting git fetch command
Signed-off-by: Jamshid Afshar <jafshar@yahoo.com>
This commit is contained in:
parent
f99da5745c
commit
841692ff86
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