浏览代码

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,

正在加载...
取消
保存