Package git-revise

Efficiently update, split, and rearrange git commits

https://github.com/mystor/git-revise


git revise is a git subcommand to efficiently update, split, and rearrange
commits. It is heavily inspired by git rebase, however it tries to be more
efficient and ergonomic for patch-stack oriented workflows.

By default, git revise will apply staged changes to a target commit, then
update HEAD to point at the revised history. It also supports splitting commits
and rewording commit messages.

Unlike git rebase, git revise avoids modifying the working directory or the
index state, performing all merges in-memory and only writing them when
necessary. This allows it to be significantly faster on large codebases and
avoids unnecessarily invalidating builds.

Version: 0.7.0

See also: git, git-absorb, git-annex, git-autofixup, git-cola, git-core-doc, git-cpan-patch, git-credential-azure, git-credential-oauth, git-crypt, git-cvs, git-daemon, git-email, git-extras, git-fame, git-filter-repo, git-ftp, git-gui, git-instaweb, git-lfs, git-merge-changelog, git-octopus, git-p4, git-publish, git-remote-gcrypt, git-remote-hg, git-review, git-secret, git-secrets, git-subtree, git-svn, git-tools, git-xcleaner.

General Commands

git-revise Efficiently update, split, and rearrange git commits