예제 #1
0
파일: Git.cs 프로젝트: dev218/GitSharp
 public static StatusResults Status(StatusCommand command)
 {
     //Populate the command with the status results
     command.Execute();
     return command.Results;
 }