Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git DebordNew to Visual Studio Code? Get it now.
Git Debord

Git Debord

Mario Sanz

|
2 installs
| (0) | Free
A extension to do simply git commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Debord

Git Debord is a Visual Studio Code extension to start an interactive Git rebase in a more visual way directly from the editor.

What It Does

The extension adds the Git Debord: Rebase Interactive command. When you run it:

  1. It detects the workspace folder opened in VS Code.
  2. It shows a view with the commit list.
  3. It lets you select a commit from the UI.
  4. It opens a terminal in VS Code and runs git rebase -i <hash>^ to start the interactive rebase from the commit before the one you selected.

Usage Flow

  1. Open a Git repository in VS Code.
  2. Run the Git Debord: Rebase Interactive command from the Command Palette.
  3. Click the commit from which you want to reorganize history.
  4. Continue the interactive rebase process in the terminal opened by the extension.

Current Scope

Right now, the extension focuses on a single flow: visually selecting a commit and starting a git rebase -i on it. It does not rewrite history by itself or resolve conflicts automatically; it relies on native Git tools in the VS Code terminal.

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