From 66795408dbca30a1ceaee2e73dd4ff5c5ccd1e2f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 2 Feb 2018 08:20:18 +0900 Subject: [PATCH] intro-quick: replace http:// with ssh:// in fetch example All the other example commands use ssh, so using ssh in this command makes it consistent. Also, the http command was using the `/p/` URL infix which is no longer needed. Change-Id: Ie9ffb50fc5f565f1d7f293dcae106fb285d6553d --- Documentation/intro-quick.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/intro-quick.txt b/Documentation/intro-quick.txt index c6dad5b58c..d72c6969b9 100644 --- a/Documentation/intro-quick.txt +++ b/Documentation/intro-quick.txt @@ -317,8 +317,8 @@ _download_ command. All we need to do to get the change is copy paste this command and run it in our Gerrit checkout. ---- -$ git fetch http://gerrithost:8080/p/RecipeBook refs/changes/68/68/2 -From http://gerrithost:8080/p/RecipeBook +$ git fetch ssh://gerrithost:29418/RecipeBook refs/changes/68/68/2 +From ssh://gerrithost:29418/RecipeBook * branch refs/changes/68/68/2 -> FETCH_HEAD $ git checkout FETCH_HEAD Note: checking out 'FETCH_HEAD'.