// Used when creating pull requests. Generates PR title and description based on branch changes.
| name | git-pr |
| description | Used when creating pull requests. Generates PR title and description based on branch changes. |
Create a pull request with appropriate title and description.
git push -u origin <branch>gh pr create --draft --base <base-branch> --title "title" --body "description"git diff main...HEAD)-u flag if branch not yet pushed.github/pull_request_template.md, .github/PULL_REQUEST_TEMPLATE.md