| description | Commit current changes, push them, and create a PR towards staging |
|---|---|
| allowed-tools | Bash(git status:*), Bash(git add:*), Bash(git diff:*), Bash(git commit:*), Bash(git push:*), Bash(git log:*), Bash(gh pr:*) |
Follow these steps to commit current changes and create a PR towards the staging branch:
- Check current status: Run
git statusto see all staged and unstaged changes