{{define "content" -}}
{{.Repo.Description}}
{{end}} {{template "viewtabs" (dict "Repo" .Repo "Views" .Views "Current" "overview" "Ref" .DefaultBranch)}}With a meta.sr.ht personal access token (Basic auth):
export DOLT_REMOTE_PASSWORD=<your meta access token>
dolt clone --user {{.Repo.OwnerName}} {{.CloneURL}}
Or, associate a dolt key once and clone with no credentials (like a git SSH key):
dolt creds new
dolt login --auth-endpoint {{doltHost .SelfOrigin}} --login-url {{.SelfOrigin}}/settings/keys
dolt clone {{.CloneURL}}
{{.Head | shorthash}}
No branches.
{{end}}
{{.Hash | shorthash}}
|
{{.Message}} | {{.Author}} | {{.Date | reltime}} |
No commits.
{{end}}