项目作者: ankalus

项目描述 :
Simple tool to open Git Gui, Gitk and Git Blame in Visual Studio Code.
高级语言: TypeScript
项目地址: git://github.com/ankalus/git-tools-vsc.git
创建时间: 2018-03-15T21:49:44Z
项目社区:https://github.com/ankalus/git-tools-vsc

开源协议:

下载


Git Tools for Visual Studio Code

Simple tool to open Git Gui, Gitk and Git Blame in Visual Studio Code.

Features

Comands

  • Git Tools: GitK – open gitk for active project
  • Git Tools: GitK Current File – open gitk for active file
  • Git Tools: Git Gui – open Git Gui for project
  • Git Tools: Git Gui Blame – open Git Gui blame of active file
  • Git Tools: Git checkout current file

Requirements

Extension Settings

This extension contributes the following settings:

  • gitTools.gitkArgs: arguments for gitk (default: “ —all”)

Release Notes

1.0.0

Initial release of extension based on Git Tools for Atom