This is a extension for TortoiseSVN.
Open TortoiseSVN window for update, commit, log, diff, blame, revert.
Use it by:
- Select one or more file and folder, and choose a menu item.
- Select the opend file by keybindings.
Include if your extension adds any VS Code settings through the TortoiseProc.Configuration
extension point.
For example:
This extension contributes the following settings:
TortoiseProc.path
: The path of TortoiseProc.exe.
- Alt + S, U : Update
- Alt + S, C : Commit
- Alt + S, L : Log
- Alt + S, D : Diff
- Alt + S, B : Blame
- Alt + S, R : Revert
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: