Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 1.7 KB

File metadata and controls

83 lines (48 loc) · 1.7 KB

Gops (Git Ops - Visual Git Toolkit)

Git Operations - Visual Git Toolkit for VS Code

Build Status

CI Builds

Unit Coverage

Integration Coverage

Features

Tree View

  • Toolbar with following options
    • Refresh treeview
    • Push
    • Pull
    • New Branch
  • Local and Remote branches
  • Ability to interact and perform the following operations
    • Checkout branch
    • Create tag
    • Delete branch
    • Rename branch
  • Local Changes
  • Tags

Requirements

Git should be installed

Extension Settings

This extension contributes the following settings:

  • N/A

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

Initial release of Gops

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Build Process

Install Dependences

  • npm install

Compile

  • npm run compile

Build

  • npm run build

Check the files that will be packaged

  • vsce ls

Package

  • vsce package --no-dependencies

Publish

  • vsce publish --no-dependencies