15 lines
797 B
Markdown
15 lines
797 B
Markdown
[](https://travis-ci.org/jsmaniac/git-rebasei)
|
|
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/git-rebasei)
|
|
[](https://github.com/jsmaniac/git-rebasei/issues)
|
|
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
git-rebasei
|
|
===========
|
|
|
|
A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate
|
|
|
|
To enable:
|
|
|
|
git config --global sequence.editor git-rebasei-editor
|
|
|
|
and make sure that `git-rebasei-editor` is in your `$PATH` |