http://localhost:8080/{{.Owner}}/{{.RepoName}}.git
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
git remote add origin http://localhost:8080/{{.Owner}}/{{.RepoName}}.git
git push -u origin master
{{.BlobContent}}
{{else}}
| .. | .. |
| {{if eq .Type "tree"}}dir{{else}}file{{end}} | {{.Name}} |