Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git User CheckNew to Visual Studio Code? Get it now.
Git User Check

Git User Check

Maksim Syomochkin

|
412 installs
| (0) | Free
Checking the user's compliance with the repository
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft