git-revise
stable

Contents:

  • Installing
  • git-revise(1) – Efficiently update, split, and rearrange git commits
  • Performance
  • The gitrevise module
    • merge – Quick in-memory merges
    • odb – Git object database interaction
    • todo – History edit sequences
    • tui – git-revise entry point
    • utils – Misc. helper methods
  • Contributing
git-revise
  • Docs »
  • The gitrevise module
  • Edit on GitHub

The gitrevise module¶

Python modules for interacting with git objects used by git-revise(1) – Efficiently update, split, and rearrange git commits.

Submodules:

  • merge – Quick in-memory merges
  • odb – Git object database interaction
  • todo – History edit sequences
  • tui – git-revise entry point
  • utils – Misc. helper methods
Next Previous

© Copyright 2018-2022, Nika Layzell Revision 0595a93d.

Built with Sphinx using a theme provided by Read the Docs.