Quick access to common Git commands directly from VS Code with a convenient keyboard shortcut.
- 🚀 Access Git commands with a single keyboard shortcut
- 🔍 Smart Fuzzy Search to quickly find commands
- 💻 User-friendly command interface
- 📦 Available commands:
Add- Stage changesCommit- Record changesCommit Amend- Update previous commitClone- Clone repositoriesPull- Get remote changesPush- Send local changesRename Branch- Change current branch name
- Press
Cmd+Shift+G(Mac) orCtrl+Shift+G(Windows/Linux) - Type to search commands with fuzzy matching:
- Type
amendto find "Commit Amend" - Type
pushoruploadto find "Push" - Type
renameto find "Rename Branch"
- Type
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) and type "Git Palette"
- Git installed and in your PATH
git-palette.autoAddFiles: Automatically add all files when committing (default: true)git-palette.alwaysAddAllChanges: Add all changes when using Git Add (true) or prompt for files (false)
- Press
Cmd+Shift+G(Mac) orCtrl+Shift+G(Windows/Linux) - Type "rename" to find the "Rename Branch" command
- Enter the new branch name in the input box
- The current branch will be renamed to the new name
Contributions are welcome! Feel free to submit a PR or open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
