FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Submodule.Submodule Type

This record represents a git submodule binding.

Record fields

Record Field Description

Branch

Full Usage: Branch

Field type: string
Field type: string

CurrentCommit

Full Usage: CurrentCommit

Field type: string
Field type: string

Initialized

Full Usage: Initialized

Field type: bool
Field type: bool

Name

Full Usage: Name

Field type: string
Field type: string

SuperRepositoryDir

Full Usage: SuperRepositoryDir

Field type: string
Field type: string

UpToDate

Full Usage: UpToDate

Field type: bool
Field type: bool

Instance members

Instance member Description

this.GetLocalPath

Full Usage: this.GetLocalPath

Returns: string

Gets the local path from the config.

Returns: string

this.GetRemotePath

Full Usage: this.GetRemotePath

Returns: string

Gets the remote path from the config.

Returns: string

this.Status

Full Usage: this.Status

Returns: string

Gets the current status.

Returns: string