Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git overwrite stashNew to Visual Studio Code? Get it now.
Git overwrite stash

Git overwrite stash

rensdv06

|
2 installs
| (0) | Free
Adds a command to overwrite a Git stash
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

git-overwrite-stash

A VSCode extension that adds a command to overwrite a Git stash, designed to be simple

Works by first dropping it and then stashing all changes again (including untracked files)

Installation options

  • VS Code Marketplace
  • Quick Open: ext install rensdv06.git-overwrite-stash
  • Terminal: code --install-extension rensdv06.git-overwrite-stash
  • Vsix file:
    1. Download the vsix file
    2. Open the Command Palette (ctrl + shift + p by default)
    3. Extensions: Install from VSIX...
    4. Select the vsix file

Usage

  1. Open the Command Palette (ctrl + shift + p by default)
  2. Git Overwrite Stash: Overwrite a Git Stash
  3. Pick a stash
  4. Enter a message (default is the original message)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft