1.5.2 • Published 1 year ago

rebase-branches v1.5.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

rebase-branches

npm.io

This is a tool for people who want to rebase specify branch (default master) automatically to all other branches.

Getting started

Install by npm

npm i rebase-branches -g

OR

Install by clone git

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

$ cd rebase-branches

$ sudo npm install -g

How to use?

In your project which has the git using the command line

$ rebase-branches

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.
  • --set-default branch name : set default rebase branch.
  • --show-default : show current default rebase branch.
  • --set-except: You can set default except target branches.
  • --show-except: You can show default except target branches.
  • --show-all: You can show all config by using this command.
  • --remove-except: You can remove default except target branches.

Hint: When occur conflict

Please resolve the conflict yourself, and retry the rebase-branches again.

That's it~

Enjoy your git rebase! :)

1.5.2

1 year ago

1.4.6

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

2.3.5

3 years ago