{{ define "repo/fragments/cloneInstructions" }}
push
git remote add origin git@{{ .RepoInfo.Knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
clone
HTTP
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
SSH
git clone git@{{ .RepoInfo.Knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}

Note that for self-hosted knots, clone URLs may be different based on your setup.

{{ end }}