标签: visual-studio-code
在git add -A,git commit -m 'some commit message'和git push origin myBranch remoteBranch(master)之后
git add -A
git commit -m 'some commit message'
git push origin myBranch remoteBranch(master)
由于我的更改仍未合并到master分支中,而我刚刚创建了一个拉取请求,是否可以返回VS代码并将我的更改与master分支进行比较?
就像在审查PR时我们在gitHub中所做的那样。