mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Clarify git prune
This commit is contained in:
@@ -1173,7 +1173,7 @@ export class Repository {
|
||||
}
|
||||
|
||||
if (options.prune) {
|
||||
args.push('-p');
|
||||
args.push('--prune');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user