Skip to content

Commit 05f7ff1

Browse files
committed
update readme
1 parent cccd307 commit 05f7ff1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In bigger projects with many files it also provides **context**, it gives you a
1212

1313
- Working tree comparison against any chosen branch, tag, or commit
1414

15-
- **Compare GitHub Pull Requests** - Enter a PR URL to quickly view and compare PR changes without leaving VS Code
15+
- Compare GitHub Pull Requests
1616

1717
- Switch between tree and list view
1818

@@ -50,9 +50,7 @@ You can quickly view GitHub PR changes directly in VS Code using the **Compare G
5050
- Compare it against the PR's base branch
5151
- Display all changes in the tree view
5252

53-
This feature works with both PRs from the same repository and PRs from forks. If you have uncommitted changes, you'll be prompted to confirm before checking out the PR.
54-
55-
**Note:** This will checkout the PR in detached HEAD state. You can switch back to your previous branch using the Source Control view or by running `git checkout <branch-name>` in the terminal.
53+
This feature works with both PRs from the same repository and PRs from forks.
5654

5755
## Settings
5856

0 commit comments

Comments
 (0)