FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Staging Module

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

Functions and values

Function or value Description

Staging.stageAll repositoryDir

Full Usage: Staging.stageAll repositoryDir

Parameters:
    repositoryDir : string - The git repository.

Adds all files to the staging area

repositoryDir : string

The git repository.

Staging.stageFile repositoryDir file

Full Usage: Staging.stageFile repositoryDir file

Parameters:
    repositoryDir : string - The git repository.
    file : string - The file to stage

Returns: bool * string list * string

Adds a file to the staging area

repositoryDir : string

The git repository.

file : string

The file to stage

Returns: bool * string list * string