A CLI-first git forge. cli forge git self-hosted

https://gitbay.org

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 @@
11#+title: Quickstart
22
31. Install the CLI: =go install gitbay.org/gitbay/cmd/gitbay@latest=
3* From the browser
4
51. Create an account at https://gitbay.org/register with your SSH public key
62. Verify the code from the mail under Settings
73. + New repository
84. Clone with the SSH command the repository shows
95. Push
10
11* From the terminal
12
131. Install the CLI: =brew install krz/tap/gitbay= on a Mac, or
14 =go install gitbay.org/gitbay/cmd/gitbay@latest=
4152. =ssh git@gitbay.org whoami= — your key is your identity
5163. =gitbay repo create you/hello= then push
6174. =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.
2525* Check it works
2626
2727#+begin_src sh
28ssh git@<host> whoami
28ssh git@gitbay.org whoami
2929#+end_src
3030
3131More keys, labels and scopes: [[Users][the user guide]] under "SSH keys".