rebase-master

2.3.6 • Public • Published

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 -g

OR

Install by clone git

$ git clone https://github.com/z20240/rebase-master.git

$ cd rebase-master

$ sudo npm install -g

How to use?

In your project which has the git using the command line

$ rebase-master

It 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! :)

Readme

Keywords

Package Sidebar

Install

npm i rebase-master

Weekly Downloads

2

Version

2.3.6

License

ISC

Unpacked Size

4.67 kB

Total Files

3

Last publish

Collaborators

  • z20240