Преглед изворни кода

Fixes branch/upstream in create pr runner

main
Eric Amodio пре 3 година
родитељ
комит
198162224e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      src/views/viewCommands.ts

+ 2
- 2
src/views/viewCommands.ts Прегледај датотеку

@ -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,

Loading…
Откажи
Сачувај