Draft PR
Create a feature branch and draft pull request directly from a GitHub issue in one step.
How It Works
Section titled “How It Works”- Press 6 to open the Draft PR popup
- Enter a GitHub issue number (e.g.,
42) - Autogit fetches the issue from GitHub
- A branch name is generated from the issue title
- Confirm to create branch and draft PR
What Happens
Section titled “What Happens”When you confirm:
- Branch is created (e.g.,
42-add-dark-mode-support) - Branch is pushed to origin
- Draft PR is opened on GitHub
- PR is linked to the original issue
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”| Key | Action |
|---|---|
| 6 | Open Draft PR popup |
| Ctrl+a | Toggle “Assign to me” |
Branch Naming
Section titled “Branch Naming”Branch names are generated with:
- Issue number prefix (e.g.,
42-) - Lowercase title
- Spaces replaced with hyphens
- Special characters removed
Assign to Me
Section titled “Assign to Me”Toggle Ctrl+a to automatically assign the issue to yourself.