Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Gops - Visual Git ToolkitNew to Visual Studio Code? Get it now.
Gops - Visual Git Toolkit

Gops - Visual Git Toolkit

CodemanX

|
14 installs
| (1) | Free
Visual Git Toolkit for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gops — Visual Git Toolkit for VS Code

A fast, visual Git interface built into VS Code. Manage branches, stage files, view diffs, discard changes, and explore your commit history — all without leaving the editor.

Build Status

CI Builds Unit Coverage Integration Coverage


Features

Gops covers branch management, file staging, diff viewing, discard workflows, remote operations, and a visual git graph.

See FEATURES.md for the full feature list.


Requirements

  • Git installed and available in PATH
  • VS Code ^1.125.0

Getting Started

  1. Install the extension from the VS Code Marketplace
  2. Open a Git repository in VS Code
  3. Click the Gops icon in the activity bar
  4. Your branches, changes, staged files, tags, and stash are all visible in the tree view

Release Notes

See CHANGELOG.md for the full history of changes.


Contributing & Development

Install dependencies

npm install

Compile

npm run compile

Watch mode

npm run watch

Run unit tests

npm run test:unit

Run integration tests

npm run test:integration

Build for production

npm run build

Preview packaged files

vsce ls

Package

vsce package --no-dependencies

Publish

vsce publish --no-dependencies

Known Issues

See the GitHub Issues page for open bugs and feature requests.


Feedback

If you find Gops useful, consider leaving a rating on the VS Code Marketplace — it helps others discover the extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft