💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 15e514b9c508341bd33186d33a… captured on 2023-12-28 at 15:36:09. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 =>/account Go back
1
2 # {{ .Repo }}
3 {{if .Description -}}
4 > {{ .Description }}
5 {{end -}}
6 {{- if .HasHTTP -}}
7 > git clone {{ .HttpProtocol }}://{{ .HttpDomain }}/{{ .User }}/{{ .Repo }}
8 {{- end -}}
9 {{- if and .HasHTTP .HasSSH }}
10 {{ end -}}
11 {{- if .HasSSH -}}
12 > git clone ssh://{{.LoggedAs}}{{ .SshDomain }}/{{ .User }}/{{ .Repo }}
13 {{- end }}
14
15 =>/account/repo/{{.Repo}}/access Collaborators
16 =>/account/repo/{{.Repo}}/chname Change repository name
17 =>/account/repo/{{.Repo}}/chdesc Change repository description
18 =>/account/repo/{{.Repo}}/togglepublic Make the repository {{if .Public}}private{{else}}public {{end }}
19 =>/account/repo/{{.Repo}}/delrepo Delete repository
20
21 =>/account/repo/{{.Repo}} Log
22 =>/account/repo/{{.Repo}}/files Files
23 =>/account/repo/{{.Repo}}/refs Refs
24 {{ if .HasLicense -}}
25 =>/account/repo/{{.Repo}}/license License
26 {{ end -}}
27 {{ if .HasReadme -}}
28 =>/account/repo/{{.Repo}}/readme Readme
29 {{ end }}
30 {{if .Content -}} {{ .Content }} {{ else }} Empty repository {{ end }}
31