0.0.2 • Published 4 years ago
@folkforms/pr v0.0.2
PR
PR workflow. Creates a PR, or switches back to main and pulls and prunes.
pr pushes the branch to origin and creates a PR.
pr -d/--done checks out main, runs git pull --prune, git branch --delete <branch the command was run on>.
Workflow
- Create a personal branch
- Make some changes
- Commit them
- Run
prto push the branch and create the PR - Get the PR reviewed and merged
- Delete the remote branch
- Run
pr -d/--doneto go back to main and pull the latest changes