A Visual Studio Code extension that adds menu items to quickly launch external version control programs. It works both in the editor context menu and the file/folder explorer context menu.
Features
Adds context menu items for Git and SVN operations in:
Right-click on a file or folder in the Explorer or in the editor to access the context menu. Select the Git or SVN operation you want to perform, and the extension will launch the appropriate external program.
Git Commands
Show log
Pull
Commit
Push
Diff
Revert
Blame
SVN Commands
Show log
Update
Commit
Diff with previous version
Rename
Revert
Blame
Keyboard Shortcuts
Git Commands
Command
Shortcut
Show log
Ctrl+Alt+L
Pull
Ctrl+Alt+P
Commit
Ctrl+Alt+C
Push
Ctrl+Alt+S
Diff
Ctrl+Alt+D
Revert
Ctrl+Alt+R
Blame
Ctrl+Alt+B
SVN Commands
Command
Shortcut
Show log
Alt+L
Update
Alt+U
Commit
Alt+C
Diff
Alt+D
Blame
Alt+B
Extension Settings
This extension contributes the following settings:
versioncontrolhelper.gitClient: Select Git client (select 'none' to disable Git menu)