2.3.6 • Published 6 years ago
rebase-master v2.3.6
rebase-master
This is a tool for people who want to rebase master branch automatically to all other branch.
Getting started
Install by npm
npm i rebase-master -gOR
Install by clone git
$ git clone https://github.com/z20240/rebase-master.git
$ cd rebase-master
$ sudo npm install -gHow to use?
In your project which has the git using the command line
$ rebase-masterIt will automatically rebase master branch for each branch.
Args
- -h, --help : show usage.
- -o, --only : only some branches need to rebase master.
- -e, --except : branches rebase master except specified branches.
Hint: When occur conflict
Please resolve the conflict yourself, and retype the rebase-master.
That's it!!!
Enjoy your git rebase! :)