Crate git_branchless_move

Source
Expand description

Move commits and subtrees from one place to another.

Under the hood, this makes use of Git’s advanced rebase functionality, which is also used to preserve merge commits using the --rebase-merges option.

Functions§

move
Move a subtree from one place to another.