FAKE - F# Make


Staging

Contains helper functions which allow to deal with git's staging area.

Functions and values

Function or valueDescription
StageAll repositoryDir
Signature: repositoryDir:string -> unit

Adds all files to the staging area

StageFile repositoryDir file
Signature: repositoryDir:string -> file:string -> bool * List<string> * string

Adds a file to the staging area

Fork me on GitHub