https://github.com/maksim77/gitcheck
https://github.com/maksim77/gitcheck
git vscode vscode-extension
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maksim77/gitcheck
- Owner: maksim77
- License: agpl-3.0
- Created: 2021-12-06T08:17:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:18:20.000Z (about 2 years ago)
- Last Synced: 2025-05-02T05:47:24.904Z (about 1 year ago)
- Topics: git, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://mak-sim.ru/gitcheck
- Size: 248 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Git User Check
Sometimes, after cloning a repository from a corporate server and having already sent several commits there, you notice that you forgot to change the user settings in git.
This extension is written to avoid this.
## Configuration
* `gitcheck.domain` – The domain (or just a substring) for which the check will be performed (you can see in the output of the command `git remote -v`).
* `gitcheck.name` – This value will be checked against the value of the git parameter `user.name`.
* `gitcheck.email` – This value will be checked against the value of the git parameter `user.email`.