Forked from 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.
- Convenient selector of previous used pairs of user.email and user.name.
This extension contributes the following settings:
git-autoconfig.queryInterval
: Interval for querying of git config in msgit-autoconfig.configList
: List of local git configs in format [{'user.email': '[email protected]', 'user.name': 'Tom Marvolo Riddle'}] . Extension itself writes into this setting too.
- Feature: sshCommand added - now extension allows to set different SSH keys for different usernames per repository;
- Feature: Add option to not auto add config 3
Initial release of git-autoconfig