gogit / {{.Owner}} / {{.RepoName}}

Code Commits
Clone this repository
http://localhost:8080/{{.Owner}}/{{.RepoName}}.git
Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://localhost:8080/{{.Owner}}/{{.RepoName}}.git
git push -u origin master
Push an existing repository from the command line
git remote add origin http://localhost:8080/{{.Owner}}/{{.RepoName}}.git
git push -u origin master
{{if .IsBlob}}
{{.BlobContent}}
{{else}} {{if .ParentPath}} {{end}} {{range .Entries}} {{end}}
.. ..
{{if eq .Type "tree"}}dir{{else}}file{{end}} {{.Name}}
{{end}}