2.3.6 • Published 4 years ago

rebase-master v2.3.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago