11 references to GitCommand
Microsoft.DotNet.VersionTools (11)
Automation\DependencyUpdateResults.cs (1)
61
string status =
GitCommand
.PorcelainStatus();
Automation\PullRequestCreator.cs (2)
256
GitCommand
.Commit(commitMessage, GitAuthorName, _auth.Email, all: true);
261
GitCommand
.Push(
Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs (1)
72
GitCommand
.Fetch(Path, Repository, Ref);
Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs (1)
48
GitCommand
.Fetch(Path, GitUrl, refspec);
Dependencies\Submodule\SubmoduleDependencyInfo.cs (2)
22
string remoteRefOutput =
GitCommand
.LsRemoteHeads(path, repository, @ref);
50
commit =
GitCommand
.SubmoduleStatusCached(path)
Dependencies\Submodule\SubmoduleUpdater.cs (4)
42
GitCommand
.Checkout(Path, desiredHash);
64
GitCommand
.FetchAll(Path);
69
return
GitCommand
.RevParse(Path, "HEAD").Trim();
77
return
GitCommand
.SubmoduleStatusCached(Path)