💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 940c69ae2437ab51101d46a2d7… captured on 2024-02-05 at 09:50:30. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 =>.. 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 =>{{.Repo}}/access Collaborators
16 =>{{.Repo}}/chname Change repository name
17 =>{{.Repo}}/chdesc Change repository description
18 =>{{.Repo}}/togglepublic Make the repository {{if .Public}}private{{else}}public {{end }}
19 =>{{.Repo}}/delrepo Delete repository
20
21 =>{{.Repo}} Log
22 =>{{.Repo}}/files Files
23 =>{{.Repo}}/refs Refs
24 {{ if .HasLicense -}}
25 =>{{.Repo}}/license License
26 {{ end -}}
27 {{ if .HasReadme -}}
28 =>{{.Repo}}/readme Readme
29 {{ end }}
30 {{if .Content -}} {{ .Content }} {{ else }} Empty repository {{ end }}
31