소스 검색

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,

불러오는 중...
취소
저장