Submodule Module
Contains helper functions which allow to deal with git submodules.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
Submodule.add superRepositoryDir remotePath localPath branch
Parameters:
string
-
The super repository.
remotePath : string
-
The path to the remote repository of the submodule.
localPath : string
-
The local path to the submodule.
branch : string
-
The branch to clone. (can be null)
|
|
Full Usage:
Submodule.getSubModules repositoryDir
Parameters:
string
-
The path of the target directory.
Returns: seq<Submodule>
|
|
Full Usage:
Submodule.init superRepositoryDir name
Parameters:
string
-
The super repository.
name : string
-
The name of the new repository.
|
|