mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
correcting git fetch command
Signed-off-by: Jamshid Afshar <jafshar@yahoo.com> Upstream-commit: 841692ff864c0d71347607eb8e4fbcf826d859c0 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user