diff --git a/src/Commands/GC.cs b/src/Commands/GC.cs index f40b665c..61735f53 100644 --- a/src/Commands/GC.cs +++ b/src/Commands/GC.cs @@ -10,7 +10,7 @@ namespace SourceGit.Commands WorkingDirectory = repo; Context = repo; TraitErrorAsOutput = true; - Args = "gc"; + Args = "gc --prune"; } protected override void OnReadline(string line)