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 a subtree from one place to another.