Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drl990114/vscode-git-summary
- Owner: drl990114
- License: mit
- Created: 2022-10-13T15:22:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T14:31:02.000Z (about 2 years ago)
- Last Synced: 2024-10-11T00:14:42.310Z (about 1 month ago)
- Topics: extension, git, gitdiff, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.