BranchOpts
このコンテンツはまだ日本語訳がありません。
BranchOpts =
object
Defined in: src/core/repo.ts:521
Options for git branch
Properties
abbrev?
optionalabbrev:number
Defined in: src/core/repo.ts:538
Abbreviate object names to specified length
all?
optionalall:boolean
Defined in: src/core/repo.ts:524
List all branches (including remote)
contains?
optionalcontains:string
Defined in: src/core/repo.ts:534
Only list branches that contain the specified commit
ignoreCase?
optionalignoreCase:boolean
Defined in: src/core/repo.ts:548
Sorting and filtering are case insensitive
merged?
optionalmerged:string
Defined in: src/core/repo.ts:540
Only list branches whose tips are reachable from the specified commit
noContains?
optionalnoContains:string
Defined in: src/core/repo.ts:536
Only list branches that don’t contain the specified commit
noMerged?
optionalnoMerged:string
Defined in: src/core/repo.ts:542
Only list branches whose tips are not reachable from the specified commit
pointsAt?
optionalpointsAt:string
Defined in: src/core/repo.ts:546
Only list branches that point at the specified object
quiet?
optionalquiet:boolean
Defined in: src/core/repo.ts:532
Suppress informational messages
remotes?
optionalremotes:boolean
Defined in: src/core/repo.ts:526
List remote branches only
sort?
optionalsort:string
Defined in: src/core/repo.ts:544
Sorting key (e.g., -committerdate, refname)
verbose?
optionalverbose:boolean
Defined in: src/core/repo.ts:528
Show verbose info