Context CommitContext Commit adds simple Git commands directly to the file context menu in Visual Studio Code. It allows you to stage files and commit them without opening the Source Control panel. The extension is designed for users like me who prefer to commit most changes per-file. FeaturesGit Add FileStage a file directly from the Explorer. Usage
This runs:
You can stage multiple files by repeating this action. Git Commit FileStage selected file and commit all staged files with a commit message. Usage
The extension runs:
Any files previously staged using Git Add File will be included in the commit. Example WorkflowTypical workflow using the extension:
No Source Control panel is required. Pushing changes is still manual. Requirements
You can verify Git is installed with:
Extension SettingsThis extension currently does not add any custom settings. Known Issues
Release Notes1.0.1
1.0.0Initial release. Features:
LicenseMIT License |