{{define "content"}} {{if .IsEmpty}}

Empty repository

This repository is empty. Initialize it with your first commit:

git clone {{.SSHURL}}
cd {{.Repo.Name}}
touch README.md
git add README.md
git commit -m "Initial commit"
git push -u origin main
{{else}}

Clone

git clone {{.SSHURL}}

{{if .ReadmeHTML}}

README

{{.ReadmeHTML}}
{{end}} {{end}} {{end}}