Ver a proveniência

Fixes branch/upstream in create pr runner

main
Eric Amodio há 3 anos
ascendente
cometimento
198162224e
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/views/viewCommands.ts

+ 2
- 2
src/views/viewCommands.ts Ver ficheiro

@ -302,8 +302,8 @@ export class ViewCommands {
repoPath: node.repoPath,
remote: remoteInfo,
branch: {
name: node.branch.getNameWithoutRemote(),
upstream: node.branch.getTrackingWithoutRemote(),
name: node.branch.name,
upstream: node.branch.tracking,
isRemote: node.branch.remote,
remote: remoteInfo,

Carregando…
Cancelar
Guardar