FAKE - F# Make


Submodule

This record represents a git submodule binding.

Record Fields

Record FieldDescription
Branch
Signature: string
CurrentCommit
Signature: string
Initialized
Signature: bool
Name
Signature: string
SuperRepositoryDir
Signature: string
UpToDate
Signature: bool

Instance members

Instance memberDescription
GetLocalPath()
Signature: unit -> string

Gets the local path from the config.

GetRemotePath()
Signature: unit -> string

Gets the remote path from the config.

Status
Signature: string

Gets the current status.

Fork me on GitHub