Used to pull and push easily by just selecting name of the branch.
npm i -g git-pull-push
or yarn add global git-pull-push
.
- Inside root of the repository run
$ gpp
and you will be asked to selectdevelopment
ormaster
as your target. - You can add your own branch as target in the options. Run
gpp add "<branch-name>"
. Now when you rungpp
you will be asked with 3 options of branches. - To remove the branch, run
gpp remove "<branch-name>"
.