{{ define "title" }}Fork · {{ .RepoInfo.FullName }} · Tangled{{ end }} {{ define "content" }}

{{ i "git-fork" "size-5 shrink-0" }} Fork {{ template "user/fragments/picHandleLink" .RepoInfo.OwnerDid }} / {{ .RepoInfo.Name }}

{{/* Info banner */}}
{{ i "badge-info" "size-6 text-gray-500 dark:text-gray-400 mt-0.5" }}

A fork is a copy of a repository.
Forking gives you your own copy of a repository to work on independently.

{{/* Step 1 — Details */}}
{{ template "fork/numberCircle" 1 }}

Details

{{/* Repository name */}}
{{/* Description */}}

{{ len .RepoInfo.Description }}/140 characters

{{/* Step 2 — Knot selection */}}
{{ template "fork/numberCircle" 2 }}

Knot selection

{{/* Knot info box */}} {{/* Knot list */}}
{{ range .Knots }}
{{ else }}

No knots available.

{{ end }}
{{ end }} {{ define "fork/numberCircle" }}
{{.}}
{{ end }}