vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Checkout Pull Requests creates shallow copy of the branch (use of `--depth`?)
- Extension version:
- VSCode Version:
- OS:
Steps to Reproduce:
-
git clone [email protected]:microsoft/vscode-pull-request-github.git
-
cd vscode-pull-request-github
-
code .
- Click to view GitHub extension
- Click to expand a PR in the All Open section
- Click the → to checkout the pull request
Expected:
The branch for the PR is pulled down from the origin/remote
Result:
A shallow copy of the branch is created with a pr/
prefix. The base of the branch is not shared or apart of the base-branch where the feature branch has forked.