vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Checkout Pull Requests creates shallow copy of the branch (use of `--depth`?)

Open samholmes opened this issue 2 years ago • 0 comments

  • Extension version:
  • VSCode Version:
  • OS:

Steps to Reproduce:

  1. git clone [email protected]:microsoft/vscode-pull-request-github.git
  2. cd vscode-pull-request-github
  3. code .
  4. Click to view GitHub extension
  5. Click to expand a PR in the All Open section
  6. 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.

samholmes avatar May 03 '22 15:05 samholmes