1
0
Fork 0

doc/codelabs/: fix broken commands in your-first-change

Change-Id: I7b3f35eb71d72f2a44fb12ec3a441404ea607b8c
master
q3k 2021-03-21 14:13:18 +01:00
parent 2fd9019f15
commit 9305e31725
1 changed files with 3 additions and 3 deletions

View File

@ -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: