Namespaces

Types in Fake.Git

Type Submodule

Namespace Fake.Git

Methods

Properties

Public instance methods

int CompareTo(Submodule obj)

bool Equals(Submodule obj)

string GetLocalPath()

string GetRemotePath()

Public static methods

void add(string superRepositoryDir, string remotePath, string localPath, string branch)

Adds a submodule to the current repository.
Parameters
string superRepositoryDir

The super repository.

string remotePath

The path to the remote repository of the submodule.

string localPath

The local path to the submodule.

string branch

The branch to clone. (can be null)

IEnumerable<Submodule> getSubModules(string repositoryDir)

Gets all submodules

void init(string superRepositoryDir, string name)

Inits a submodule

Public properties

string Branch get;

string CurrentCommit get;

bool Initialized get;

string Name get;

string Status get;

string SuperRepositoryDir get;

bool UpToDate get;