Exemplo n.º 1
0
 public Task <ExecutionResult> RemoveAsync(IEnumerable <string> paths)
 => RunGitAsync(GitArguments.Remove(paths));