1 Repositories
Rust autorebase Libraries
Autorebase automatically rebases all of your feature branches onto master.
Autorebase automatically rebases all of your feature branches onto master. If conflicts are found it will rebase to the last commit that doesn't cause conflicts. By default, branches with an upstream are excluded. You don't need to switch to any branch, the only limitation is that a branch that is checked out and not clean will not be rebased (though I may add that in future).
66 Nov 26, 2022