Преглед на файлове

Fixes delete of remote branches

main
Eric Amodio преди 4 години
родител
ревизия
130ca302d9
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      src/git/models/repository.ts

+ 3
- 1
src/git/models/repository.ts Целия файл

@ -294,7 +294,9 @@ export class Repository implements Disposable {
for (const branch of remoteBranches) {
this.runTerminalCommand(
'push',
`${GitBranch.getRemote(branch.name)} :${GitReference.getNameWithoutRemote(branch)}`,
'-d',
GitBranch.getRemote(branch.name),
GitReference.getNameWithoutRemote(branch),
);
}
}

Зареждане…
Отказ
Запис