1.0.4 • Published 7 years ago
git-pull-push v1.0.4
Git Pull Push
Used to pull and push easily by just selecting name of the branch.
Install
npm i -g git-pull-push or yarn add global git-pull-push.
Usage
- Inside root of the repository run
$ gppand you will be asked to selectdevelopmentormasteras your target. - You can add your own branch as target in the options. Run
gpp add "<branch-name>". Now when you rungppyou will be asked with 3 options of branches. - To remove the branch, run
gpp remove "<branch-name>".