Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drl990114/vscode-git-summary

Visually view the summary of this git diff, before you commit.
https://github.com/drl990114/vscode-git-summary

extension git gitdiff vscode vscode-extension

Last synced: 11 days ago
JSON representation

Visually view the summary of this git diff, before you commit.

Awesome Lists containing this project

README

        

vscode-git-summary

Visually view the summary of this git diff, before you commit.

Usually, we check our own changes before committing git. You may view the diff changes visually through the git plugin of vscode, but the summary of the diff may be summarized in a more intuitive text, so as to give yourself a preliminary understanding , to prevent missing content.

vscode-git-summary will display the git changes of this file in direct text on the statusBar, and will also view the git change tree in the explorer, and support direct jumping to the corresponding line, helping you to better do the pre-commit examine.