Exemple #1
0
 public void UnstagePath(GitWrapper.ChangeType changeType, string path)
 {
     GitWrapper.UnstagePath(path);
     isDirty = true;
 }