An open API service indexing awesome lists of open source software.

https://github.com/yutkat/git-rebase-auto-diff.nvim

Show diff automatically when git rebase
https://github.com/yutkat/git-rebase-auto-diff.nvim

neovim-plugin

Last synced: 8 days ago
JSON representation

Show diff automatically when git rebase

Awesome Lists containing this project

README

        

# git-rebase-auto-diff

Show diff automatically when git rebase.

https://user-images.githubusercontent.com/8683947/229416568-b50a6391-bd0b-4e61-88d8-2edeabcc1cd2.mp4

Inspired by [hotwatermorning/auto-git-diff](https://github.com/hotwatermorning/auto-git-diff)

## Installation

using `folke/lazy.nvim`

```lua
{
"yutkat/git-rebase-auto-diff.nvim",
ft = { "gitrebase" },
opts = {},
}
```

## Usage

```
git rebase -i HEAD^^^
```