interactive-rebase-tool - Man Page
full featured sequence editor for git
Synopsis
interactive-rebase-tool <rebase-todo-filepath>
interactive-rebase-tool [options]
Description
Native cross platform full feature terminal based sequence editor for git interactive rebase.
To configure git to use it by default for interactive rebasing (i.e. with git rebase --interactive), use:
git config --global sequence.editor interactive-rebase-tool
Options
- --help
Prints help information
- --version
Prints version information
On-Line Help
Press ? during use for a summary of commands.
See Also
Bugs
See: <https://github.com/MitMaro/git-interactive-rebase-tool/issues>
Author
Tim Oram (dev@mitmaro.ca)