{{ define "title" }}{{ .Tab }} settings · {{ .RepoInfo.FullName }}{{ end }} {{ define "repoContent" }}
{{ template "repo/settings/fragments/sidebar" . }}
{{ template "branchSettings" . }} {{ template "deleteRepo" . }}
{{ end }} {{ define "branchSettings" }}

Default Branch

The default branch is considered the “base” branch in your repository, against which all pull requests and code commits are automatically made, unless you specify a different branch.

{{ end }} {{ define "deleteRepo" }} {{ if .RepoInfo.Roles.RepoDeleteAllowed }}

Delete Repository

Deleting a repository is irreversible and permanent. Be certain before deleting a repository.

{{ end }} {{ end }}