jreybert / git-sequencer-status

Shell script to display the sequencer status during rebase/cherry-pick/am/revert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sequencer status is a Bash script to display the sequencer status.

Several git commands (rebase, cherry-pick, am, revert) use the git sequencer
 when a list actions needs to be executed.
Althouth all the information is available in the git directory, it can be sometimes quite hard
 to find out where you are within your rebase.

This script prints a status of what was done and what is left to do.

It is largely inspired by what Magit prints in it status screen.

To use it, simply run sequencer-status within your git repository.

About

Shell script to display the sequencer status during rebase/cherry-pick/am/revert


Languages

Language:Shell 100.0%