瀏覽代碼

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…
取消
儲存