FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

salcode/vim-interactive-rebase-reverse: A Vim plugin to reverse the order commits are displayed during a Git interactive rebase. · GitHub

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Rebase Reverse Vim

A Vim plugin to reverse the order commits are displayed during a Git interactive rebase.

This plugin is based on my difficultly with mentally shifting from git log (where the most recent commit appears at the top) to git rebase --interactive (where the most recent commit appears at the bottom).

For more information, see my post on why the Git Interactive Rebase Order is Wrong.

Installation

Install using your favorite plugin manager.

  • Add Plug 'salcode/vim-interactive-rebase-reverse' to .vimrc
  • Run :PlugInstall

Screenshots

Default Interactive Git Rebase Order

For git log (on the left), the newest commit is on the top but for git rebase --interactive (on the right), the newest commit is on the bottom.

Interactive Git Rebase Order with Plugin

The newest commit is on the top for both git log and git rebase --interactive because this plugin modifies the order for the interactive rebase.

Author

Sal Ferrarello / @salcode

About

A Vim plugin to reverse the order commits are displayed during a Git interactive rebase.

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL