Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Tools.Git.Staging instead
Staging
Contains helper functions which allow to deal with git's staging area.
Functions and values
Function or value | Description |
StageAll(repositoryDir)
Signature: repositoryDir:string -> unit
Attributes: [<Obsolete("Use Fake.Tools.Git.Staging instead")>] |
OBSOLETEUse Fake.Tools.Git.Staging instead Adds all files to the staging area |
StageFile repositoryDir file
Signature: repositoryDir:string -> file:string -> bool * List<string> * string
Attributes: [<Obsolete("Use Fake.Tools.Git.Staging instead")>] |
OBSOLETEUse Fake.Tools.Git.Staging instead Adds a file to the staging area |