{{.Project}}


Repository

Clone this repo using: git clone {{.Link}}

{{- with $list := .Branches}}

Branches

{{- range $list}}
{{.Name}} {{- with and (len .Commits) (index .Commits 0) }}
Subject
{{.Subject}}
Author
{{.Author.Name}} <{{.Author.Email}}>
Date
{{- end}}
{{- end}} {{- else}}

{{- end}}