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

Git Extras

Mark Skelton

|
1 install
| (0) | Free
Extra Git commands for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Extras

Extra Git commands for VS Code

Commands

  • Git: Sync - Sync changes to the remote repository
  • Git: Append - Append changes to the last commit
  • Git: Push Force With Lease - Run git push --force-with-lease

Installation

From VSIX file

  1. Download the .vsix file
  2. Install via Command Palette: "Extensions: Install from VSIX..."
  3. Or use CLI: code --install-extension git-utils-0.0.1.vsix

Development

  1. Clone this repository
  2. Run npm install
  3. Press F5 to launch Extension Development Host
  4. Test the extension in the new VS Code window
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft