Recreate the GitHub Web flow — commit to a new branch and open a pull request without leaving VS Code.
GitHub Web Style: Commit to New Branch and Create PR
Checks git, gh CLI, GitHub auth, repo state, and that you have uncommitted changes.
Displays a confirmation of the pending files that will be committed.
Write a single-line or multiline commit message — the exact text is used for the commit.
Named patch-pr-<timestamp>, branched from your currently checked-out branch.
Commits your changes, pushes to origin, and creates a pull request targeting your original branch.
An Open PR button appears so you can jump straight to the pull request.
git
Installed and available on PATH
gh
GitHub CLI installed and on PATH
gh auth login
Already authenticated with GitHub
origin
Workspace inside a git repo with an origin remote and uncommitted changes
.vsix file