Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

Commit

Contains helper functions which allow to commit to git repositories.

Functions and values

Function or valueDescription
exec repositoryDir message
Signature: repositoryDir:string -> message:string -> unit

Commits all files in the given repository with the given message

execExtended(...)
Signature: repositoryDir:string -> shortMessage:string -> extendedMessage:string -> unit

Commits all files in the given repository with the given short message along with an extended message