{{define "index"}}{{template "pagehead" .}}
| {{.Name}} | {{.Description}} | {{if .Empty}}empty{{else}}{{ago .LastCommit}}{{end}} |
No repositories yet. The owner creates one by pushing to it:
git remote add frieren {{.Base}}/myrepo.git
git push frieren master
git will ask for credentials — any username, the owner token as the password.