Skip to content

Draft PR

Create a feature branch and draft pull request directly from a GitHub issue in one step.

  1. Press 6 to open the Draft PR popup
  2. Enter a GitHub issue number (e.g., 42)
  3. Autogit fetches the issue from GitHub
  4. A branch name is generated from the issue title
  5. Confirm to create branch and draft PR

When you confirm:

  1. Branch is created (e.g., 42-add-dark-mode-support)
  2. Branch is pushed to origin
  3. Draft PR is opened on GitHub
  4. PR is linked to the original issue
KeyAction
6Open Draft PR popup
Ctrl+aToggle “Assign to me”

Branch names are generated with:

  • Issue number prefix (e.g., 42-)
  • Lowercase title
  • Spaces replaced with hyphens
  • Special characters removed

Toggle Ctrl+a to automatically assign the issue to yourself.