Extra Git commands for VS Code
Commands
Git Extras: Push - Push changes to the remote repository
Git Extras: Pull - Pull changes from the remote repository
Git Extras: Sync - Sync changes to the remote repository
Git Extras: Append - Append changes to the last commit
Git Extras: Push Force With Lease - Run git push --force-with-lease
Git Extras: Checkout Default Branch - Checkout the default branch
Installation
From VSIX file
- Download the
.vsix file
- Install via Command Palette: "Extensions: Install from VSIX..."
- Or use CLI:
code --install-extension git-extras-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
| |