Git Context MenuA lightweight VS Code extension that adds a GoLand-like Git submenu to the File Explorer context menu.
FeaturesRight-click any file in the Explorer to access: Git ▸ Commit…Opens the VS Code Git commit input. Git ▸ AddStages the selected file(s). Supports multi-select with Ctrl + Click. Git ▸ Add AllStages all changes in the repository. Git ▸ Show DiffOpens the file diff view. Git ▸ Rollback…Discards local modifications for the selected file(s). Git ▸ Stash Changes…Prompts for an optional stash message and runs Git ▸ New Branch…Opens the “Create Branch” dialog. Git ▸ Push… / Pull…Runs the standard push/pull operations. All entries use VS Code codicons for a clean, JetBrains-style look. Source Control ▸ StashesIn the Source Control panel, the Stashes view lists your stashes and lets you Apply, Pop, Drop, create a Branch, or Copy the message via inline actions/context menu (matching the behavior shown in the screenshot). Click a stash to expand its files, and click a file to open a diff between the stash and its base. Requirements
ChangelogSee CHANGELOG.md. |
