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
This commit is contained in:
David Pursehouse
2018-02-02 08:20:18 +09:00
parent c1dfaa86ea
commit 66795408db

View File

@@ -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'.