{{define "title"}}{{.Site}}{{end}} {{define "content"}}

{{.Site}}

A CLI-first git forge. SSH is the API: repositories, issues, and merge requests are managed from your terminal with nothing but OpenSSH — the web is a fast, readable rendering of that state.

ssh git@{{.Host}} help                # every command, no client needed
git clone ssh://git@{{.Host}}/owner/repo.git

explore public repositories →

{{if .Accounts}}

have an account? mint a browser session from your terminal: gitbay web login{{if .Signup}} · new here? create an account{{end}}

{{end}}
{{end}}