FAKE - F# Make


Commit

Contains helper functions which allow to commit to git repositories.

Functions and values

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

Commits all files in the given repository with the given message

Fork me on GitHub