Git Clients

git-revise – Git subcommand and Python library

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 help

git-revise is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Git Workflow Tools
git-extrasSuperb collection of tools for Git
forgitUtility for using git interactively
wrkflwValidate and run GitHub Actions workflows locally
git-branchlessBranchless workflow for git
git-absorbSuper-charging git rebase
git-toolbeltSuite of useful Git commands
git-openAdds a handy git open command to Git.
git-townAutomate the creation, synchronization, shipping, and cleanup
git-fuzzyInteractive git with the help of fzf
git-recentJump between recently used local Git branches
git-macheteRobust tool that simplifies your git workflows
git-flow-nextModern implementation of the Git-flow branching model
Git Interactive Rebase ToolTerminal-based sequence editor for interactive rebase
git-crecordInteractively select changes to commit or stage
git-xargsUpdate across multiple GitHub repositories
git-prompt.zshLightweight git prompt for zsh
git-imergeIncremental merge and rebase for Git
git reviseGit subcommand and Python library
wtpEnhanced Git worktree management
LazyWorktreeGit worktree management for the terminal
Hug SCMThe Humane Source Control Management Interface
git-smartSmall collection of Git helper commands
staxCLI and TUI for stacked Git branches and PRs
git-fixupCommand-line helper for Git users
git-autofixupGit helper that creates fixup commits for topic branches
BranchletCreate and manage Git worktrees
git-when-mergedMerge commit finder
git-flowHigh-level repository operations

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted