Repository
Clone this repository using: git clone {{.Link}}
Branches
{{- with $list := .Branches}}-
{{- range $list}}
- {{.Name}}: {{- with and (len .Commits) (index .Commits 0) }} {{.Subject}} {{.Author.Name}} <{{.Author.Email}}> {{- end}} {{- end}}
…
{{- end}}