示例#1
0
文件: Git.cs 项目: dev218/GitSharp
 public static StatusResults Status(StatusCommand command)
 {
     //Populate the command with the status results
     command.Execute();
     return command.Results;
 }