Skip to content

codemanxdev/gops

Repository files navigation

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.

About

Git Ops - Visual Git Toolkit VS Code Extension

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors