This extension makes VSCode compatible with the Gerrit way of doing Git. It can checkout changes, commit, push, cherry-pick and rebase.
All commands are listed below in full:
- Commit
- Commit amend
- Push to branch
- Stage all files
- Stage current file
- Stage file
- Checkout branch
- Checkout revision
- Cherrypick revision
- Cherrypick continue
- Rebase from branch
- Rebase continue
- Reset all files
- Reset current file
- Reset file
- Toggle Log
Default keybindings have been removed as of 0.4.1 but all commands listed above are available to be attached to keybindings at the users own choice in the keybindings.json configuration file.
- Git