Go Back

0 =>/account Go back

1

2 # {{ .Repo }}

3 {{if .Description -}}

4 > {{ .Description }}

5 {{end -}}

6 > git clone {{ .Protocol }}://{{ .Domain }}/{{ .User }}/{{ .Repo }}

7

8 =>/account/repo/{{.Repo}}/access Collaborators

9 =>/account/repo/{{.Repo}}/chname Change repository name

10 =>/account/repo/{{.Repo}}/chdesc Change repository description

11 =>/account/repo/{{.Repo}}/togglepublic Make the repository {{if .Public}}private{{else}}public {{end }}

12 =>/account/repo/{{.Repo}}/delrepo Delete repository

13

14 =>/account/repo/{{.Repo}} Log

15 =>/account/repo/{{.Repo}}/files Files

16 =>/account/repo/{{.Repo}}/refs Refs

17 {{ if .HasLicense -}}

18 =>/account/repo/{{.Repo}}/license License

19 {{ end -}}

20 {{ if .HasReadme -}}

21 =>/account/repo/{{.Repo}}/readme Readme

22 {{ end }}

23 {{if .Content -}} {{ .Content }} {{ else }} Empty repository {{ end }}

24