Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
Submodule
This record represents a git submodule binding.
Record Fields
Record Field | Description |
Branch
Signature: string
|
|
CurrentCommit
Signature: string
|
|
Initialized
Signature: bool
|
|
Name
Signature: string
|
|
SuperRepositoryDir
Signature: string
|
|
UpToDate
Signature: bool
|
Instance members
Instance member | Description |
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. |