fatihacet / vscode-gitk

show commit log for selected source code information in an individual view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-gitk

vscode version

Show git commit log for selected source code information in an individual view

Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.

ext install gitk

Usage

I assume you have git installed.

vscode-gitk will log your selected document, and display log information into a separate view

Configuration

{
    "gitk.fontFamily": "monospace" //font you preferred for the gitk view
}

Change Log

2017-07-24

  1. add whole repository Gitk for Repository support

LICENSE

GPL v3 License

About

show commit log for selected source code information in an individual view

License:GNU General Public License v3.0


Languages

Language:TypeScript 76.6%Language:JavaScript 16.0%Language:CSS 7.5%