This is part of the Fake.Tools.Git module.
Contains helper functions which allow to commit to git repositories.
Function or value | Description |
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
|