コンテンツにスキップ

LfsPushOpts

このコンテンツはまだ日本語訳がありません。

LfsPushOpts = object

Defined in: src/core/repo.ts:1672

Options for LFS push

Properties

dryRun?

optional dryRun: boolean

Defined in: src/core/repo.ts:1678

Dry run - show what would be pushed without actually pushing


objectId?

optional objectId: string | string[]

Defined in: src/core/repo.ts:1680

Push specified object IDs (OID hashes) instead of all objects


ref?

optional ref: string

Defined in: src/core/repo.ts:1674


remote?

optional remote: string

Defined in: src/core/repo.ts:1673