git-revise is a Git subcommand and Python library for efficiently updating, splitting, and rearranging commits.
It’s aimed at developers who work with patch stacks and frequently need to amend earlier commits without the overhead and disruption of a full interactive rebase. Its main advantage is that it performs merges in memory, avoiding unnecessary changes to the working directory and index state.
This is free and open source software.
Key Features
- Applies staged changes to an earlier target commit and rewrites the following history.
- Supports interactive commit rearrangement, fixup, squash, reword, and cut operations.
- Splits commits by interactively selecting hunks from an existing commit.
- Performs merges in memory to reduce disk I/O and avoid unnecessary working tree updates.
- Offers autosquash support for commits marked with fixup! or squash!.
- Provides a Git-style command line interface with documentation and a manual page.
Website: github.com/mystor/git-revise
Support:
Developer: Nika Layzell
License: MIT License

git-revise is written in Python. Learn Python with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

