Skip to content

mrsekut/git-fixup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-fixup

A tool to easily perform git fixup operations.

Demo

asciicast

Features

  • Fixup staged changes to past commits
  • Interactive commit selection
  • Automatically executes rebase
  • Eliminates manual operations like git rebase -i @~N

Installation

Using Nix

nix run github:mrsekut/git-fixup

Using Cargo

cargo install --git https://github.com/mrsekut/git-fixup

Usage

  1. Stage your changes

    git add .
  2. Run git-fixup

    git-fixup
  3. Select target commit from the displayed list

  4. The tool will automatically create fixup commit and execute rebase

About

A tool to easily perform git fixup operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published