Class TortoiseGit
Constructors
TortoiseGit(string fullPath)
public TortoiseGit(string fullPath)
Methods
Log(string path)
public static void Log(string path)
TryGetMergeProgramPath(string path)
public static bool TryGetMergeProgramPath(string path)
TryGetGitProgramPath(string path)
public static bool TryGetGitProgramPath(string path)
CheckGitPath()
public static bool CheckGitPath()
Log()
public void Log()
Pull()
public void Pull()
Push()
public void Push()
Merge()
public void Merge()
Fetch()
public void Fetch()
Revert()
public void Revert()
Switch()
public void Switch()
Commit()
public void Commit()
Stash()
public void Stash()
StashList()
public void StashList()
CreateNewBranch()
public void CreateNewBranch()
GetCurrentBranchName()
public Task<string> GetCurrentBranchName()