Commit 974a321012
974a3210120a899f0f67227ad39bb4580a28100f
parent: af6988e4c0
Verified · cmc ci/build: success ci/test: success
cmc <hello@cleberg.net> · 2026-09-19 04:29 UTC
wiki: name this instance, lead Quickstart with the browser route
SSH-keys used a literal <host> placeholder where every other page on
this instance writes gitbay.org. Quickstart assumed a Go toolchain;
it now opens with the browser route (register, verify, clone) and
offers Homebrew before go install.
Ref #226
.gitbay/wiki/Quickstart.org
+12 −1
| @@ -1,6 +1,17 @@ |
| 1 | 1 | #+title: Quickstart |
| 2 | 2 | |
| 3 | | 1. Install the CLI: =go install gitbay.org/gitbay/cmd/gitbay@latest= |
| 3 | * From the browser |
| 4 | |
| 5 | 1. Create an account at https://gitbay.org/register with your SSH public key |
| 6 | 2. Verify the code from the mail under Settings |
| 7 | 3. + New repository |
| 8 | 4. Clone with the SSH command the repository shows |
| 9 | 5. Push |
| 10 | |
| 11 | * From the terminal |
| 12 | |
| 13 | 1. Install the CLI: =brew install krz/tap/gitbay= on a Mac, or |
| 14 | =go install gitbay.org/gitbay/cmd/gitbay@latest= |
| 4 | 15 | 2. =ssh git@gitbay.org whoami= — your key is your identity |
| 5 | 16 | 3. =gitbay repo create you/hello= then push |
| 6 | 17 | 4. =gitbay issue create --title "first"= from inside the clone |
.gitbay/wiki/SSH-keys.org
+1 −1
| @@ -25,7 +25,7 @@ whole line is what the registration form and =register= want. |
| 25 | 25 | * Check it works |
| 26 | 26 | |
| 27 | 27 | #+begin_src sh |
| 28 | | ssh git@<host> whoami |
| 28 | ssh git@gitbay.org whoami |
| 29 | 29 | #+end_src |
| 30 | 30 | |
| 31 | 31 | More keys, labels and scopes: [[Users][the user guide]] under "SSH keys". |