Staging Module
Contains helper functions which allow to deal with git's staging area.
Functions and values
Function or value | Description |
Full Usage:
Staging.stageAll repositoryDir
Parameters:
string
-
The git repository.
|
|
Full Usage:
Staging.stageFile repositoryDir file
Parameters:
string
-
The git repository.
file : string
-
The file to stage
Returns: bool * string list * string
|
|