We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f7ff1 commit 4f1a95eCopy full SHA for 4f1a95e
1 file changed
README.md
@@ -46,7 +46,7 @@ You can quickly view GitHub PR changes directly in VS Code using the **Compare G
46
4. Authenticate with GitHub if prompted (uses VS Code's built-in GitHub authentication)
47
5. The extension will:
48
- Fetch the PR's head commit
49
- - Checkout the PR branch
+ - Checkout the PR branch as `pr/<number>/<headOwner>/<headRefName>`
50
- Compare it against the PR's base branch
51
- Display all changes in the tree view
52
0 commit comments