Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Git CommitAmend & PushForceNew to Visual Studio Code? Get it now.
Git CommitAmend & PushForce

Git CommitAmend & PushForce

cimdalli

|
2,599 installs
| (3) | Free
Executes (git commit --amend & git push --force) commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git CommitAmend & PushForce

Description

This extension allows you to execute git commit --amend and git push --force commands consecutively.

Commands

Open the Command Palette (Command+Shift+P on macOS and Ctrl+Shift+P on Windows/Linux) and type in one of the following commands:

Command Description
Git: Commit All (Amend) & Push (Force) Executes commands in order: git add -A | git commit --amend | git push --force
Git: Commit Staged (Amend) & Push (Force) Executes commands in order: git commit --amend | git push --force
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft