Edit git commit history with full undo
Project description
git-warp
Rewrite git history in your browser — drag to reorder, squash, fixup, reword, and split commits, with unlimited undo.
A command-line tool, run from inside any git repository. It starts a local HTTP server bound to 127.0.0.1, opens a browser, and presents a single-page UI for rewriting git history. All git operations run server-side via subprocess; the browser is pure UI. It refuses mutating operations on a dirty working tree; commits are shown with short hashes.
Design goal: minimal, reliable code with no avoidable failure modes. Dependencies: Flask, stdlib. No build step or JS bundler.
Install
pip install git-warp
Usage
Run from inside any git repository:
git-warp
This opens your browser to a local page where you can view and rewrite your commit history. From there, open the manual for details.
Requirements
- Python >= 3.10
- Git >= 2.26
License
GPL-3.0 — see LICENSE.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git_warp-0.1.1.tar.gz.
File metadata
- Download URL: git_warp-0.1.1.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9214f6e0bc8f86c969c3ff74dd21432052ba5a2b7d2b4e592d0fd130c9a3c911
|
|
| MD5 |
c0cd21a13993baa29272f72af01f3b64
|
|
| BLAKE2b-256 |
c56d3eaefa2082fb9b1b166087a02df27dd3ac390f0da74f5ec42f6b85cfcc18
|
File details
Details for the file git_warp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: git_warp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 51.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d863d12db7841175194160edbd7c294707f52e6de6a7a2516c2ffbe0c6a426f5
|
|
| MD5 |
8b1a4274e2ead0731d3b3ffdec5f7563
|
|
| BLAKE2b-256 |
ee21d37d10dfd16c63e08265b25517b841a770fa654d26cf022c48f48a72cf23
|