9 references to Create
Microsoft.DotNet.VersionTools (9)
Util\GitCommand.cs (9)
18
CommandResult result =
Create
("status", "--porcelain")
29
Create
("commit", allFlag, "-m", message, "--author", $"{authorName} <{authorEmail}>")
51
Create
(args)
73
Create
("-C", path, "checkout", hash)
83
Create
("-C", path, "fetch", repository, refspec)
90
Create
("-C", path, "fetch", "--all")
97
CommandResult result =
Create
("-C", path, "ls-remote", "--heads", repository, @ref)
106
CommandResult result =
Create
(new[] { "-C", path, "rev-parse" }.Concat(args).ToArray())
115
CommandResult result =
Create
("submodule", "status", "--cached", submodulePath)