CLI commands for Git workflow
npm install git-workflow-cligit-workflow-cli



``bash`
npm install git-workflow-cli --global
Some minor git workflow commands that I could probably write bash scripts for.
* G dcb - Delete current branch that's been mergedmaster
* Checkout origin
* Pull from G dab
* Delete previous branch
* Option to force delete
* - Delete all merged branchesmaster
* Checkout origin
* Pull from merged
* Find all branches via the git branch --merged master commandG rcb
* Delete all branches
* Prune all remote local branches
* - Rebase current branch against mastermaster
* Checkout origin
* Pull from master
* Checkout previous branch
* Rebase against G rcbfp
* - Rebase current branch against master and force pushmaster
* Checkout origin
* Pull from master
* Checkout previous branch
* Rebase against origin
* Force push branch to G cpm
* - Checkout and pull origin/mastermaster
* Checkout origin`
* Pull from