Skip to content

ConnectOptions

Defined in: src/forge.ts:114

Options for connecting to a repository

Properties

commitish?

optional commitish?: string

Defined in: src/forge.ts:120

Git commitish to checkout (branch, tag, SHA, or relative ref like HEAD~1)


forge?

optional forge?: ForgeName

Defined in: src/forge.ts:118

Forge type override (auto-detected from URL if not specified)


token?

optional token?: string

Defined in: src/forge.ts:116

Authentication token for private repositories