mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
enhance: gc will use --prune argument
This commit is contained in:
@@ -10,7 +10,7 @@ namespace SourceGit.Commands
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
TraitErrorAsOutput = true;
|
||||
Args = "gc";
|
||||
Args = "gc --prune";
|
||||
}
|
||||
|
||||
protected override void OnReadline(string line)
|
||||
|
||||
Reference in New Issue
Block a user