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
- Download the
.vsix file
- Install via Command Palette: "Extensions: Install from VSIX..."
- Or use CLI:
code --install-extension git-utils-0.0.1.vsix
Development
- Clone this repository
- Run
npm install
- Press
F5 to launch Extension Development Host
- Test the extension in the new VS Code window
| |