Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>git-autoconfig-plusNew to Visual Studio Code? Get it now.
git-autoconfig-plus

git-autoconfig-plus

Denys Volokhovskyi

|
1,300 installs
| (0) | Free
Automatic git config user.email, user.name, SSH key setting for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

git-autoconfig-plus

Forked from git-autoconfig to add new features

Working with git repos where you can have multiple emails (like one for work, one for github, one for bitbucket, etc...) can be painful. This extension forces you to set locally user.email and user.name for each project under git that you open with vscode.

Features

  • Convenient selector of previous used pairs of user.email and user.name.

status bar

Extension Settings

This extension contributes the following settings:

  • git-autoconfig.queryInterval: Interval for querying of git config in ms
  • git-autoconfig.configList: List of local git configs in format [{'user.email': 'Marvolo@Riddle.Tom', 'user.name': 'Tom Marvolo Riddle'}] . Extension itself writes into this setting too.

Release Notes

[0.0.3] 2021-04-15

  • Feature: sshCommand added - now extension allows to set different SSH keys for different usernames per repository;

0.0.2 2020-09-13

  • Feature: Add option to not auto add config 3

0.0.1 2017-04-04

Initial release of git-autoconfig

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft