Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rebaserNew to Visual Studio Code? Get it now.
rebaser

rebaser

Software Ape

|
1,614 installs
| (0) | Free
Annotate information on git interactive rebase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rebaser

Rebaser helps you with your git interactive rebase needs.

Code Lenses

View additional commit information in interactive rebase TODO in vscode.

Example code lenses

Keybindings

Use the keys p, r, e, s, f, x, d to quickly edit commit commands in the interactive rebase TODO.

Installation

  1. You must have git installed and on your path.
  2. For this extension to work you need to register VSCode as your default git editor:
    $ git config --global core.editor 'code --wait'
    

Extension Settings

Known Issues

Release Notes

0.3.1

Fixes:

  • Fix bug in auhor or file names containing spaces

0.3.0

Features:

  • In order to provide the most possible information, show only the filenames, not the whole path.

Fixes:

  • Use author not commiter name, otherwise after first rebase the names are all the same.
  • Don't show commit message body.

0.2.0

Add keybindings for quickly changing pick, fixup, edit, etc. using just the key p, f, e, ... on selected lines.

0.1.1

Add icon

0.1.0

Initial release of rebaser

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft