@folkforms/prx
v0.0.15
Published
PR workflow. Creates a PR, or switches back to main and pulls and prunes.
Downloads
7
Readme
PRX
PR workflow. Creates a PR, or switches back to main and pulls and prunes.
prx
pushes the branch to origin and creates a PR.
prx -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
prx
to push the branch and create the PR - Get the PR reviewed and merged
- Delete the remote branch
- Run
prx -d/--done
to go back to main and pull the latest changes