Skip to content

nmorey/git-sequencer-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published