Releases: Timmmm/autorebase
Releases · Timmmm/autorebase
0.6.0
If --onto
is not set explicitly to select the target branch (master
by default), then autorebase
will now check your init.defaultBranch
git config setting before falling back to master
. This means if you have set it to main
or develop
it will use that. You can do that on a global or per-repo basis.
0.5.0
Add flag to allow selecting only some branches.
0.4.5
Add debug logging support via --log debug
0.4.4
- Allow running
autorebase
from another worktree.
0.4.3
- Fix bug when rebasing a branch that is checked out and conflicts are encountered.
0.4.2
- Disable code signing for ephemeral rebases, which should speed things up a bit. I don't use code signing so this is untested.
0.4.1
- Add
--all-branches
which autorebases branches with an upstream too (thanks @FauxFaux!)
0.4.0
- Implement fast conflict detection strategy
- Improved testing
- Cool demo in the Readme
0.3.1
- Fix issue when rebasing branches with more than one branch label.
0.3.0
Pull/rebase branches even if they are checked out (but only if their worktrees are clean).