forked from hswaw/hscloud
doc/codelabs/: fix broken commands in your-first-change
Change-Id: I7b3f35eb71d72f2a44fb12ec3a441404ea607b8c
This commit is contained in:
parent
2fd9019f15
commit
9305e31725
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ If you've come here from the [Checking out hscloud](checking-out.md) codelab, yo
|
|||
$ cd hscloud
|
||||
$ git remote remove origin
|
||||
$ # If your local username is the same as your SSO username:
|
||||
$ git remote origin add gerrit.hackerspace.pl:hscloud
|
||||
# # Otherwise, you'll have to specify your SSO username explicitly:
|
||||
$ git remote origin add user@gerrit.hackerspace.pl:hscloud
|
||||
$ git remote add origin gerrit.hackerspace.pl:hscloud
|
||||
$ # Otherwise, you'll have to specify your SSO username explicitly:
|
||||
$ git remote add origin user@gerrit.hackerspace.pl:hscloud
|
||||
|
||||
Or, **if you don't have a hscloud checkout on hand**, just clone it from scratch using the authenticated Gerrit endpoint:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue