mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
fixes #48211
This commit is contained in:
@@ -1001,7 +1001,7 @@ export class Repository {
|
||||
}
|
||||
|
||||
async pull(rebase?: boolean, remote?: string, branch?: string): Promise<void> {
|
||||
const args = ['pull'];
|
||||
const args = ['pull', '--tags'];
|
||||
|
||||
if (rebase) {
|
||||
args.push('-r');
|
||||
|
||||
Reference in New Issue
Block a user