This is part of the Fake.Tools.Git module.

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
x.GetLocalPath()
Signature: unit -> string

Gets the local path from the config.

x.GetRemotePath()
Signature: unit -> string

Gets the remote path from the config.

x.Status
Signature: string

Gets the current status.