https://github.com/shyykoserhiy/git-autoconfig
Automatic git config user.email and user.name setting for vscode
https://github.com/shyykoserhiy/git-autoconfig
git vscode-extension
Last synced: 22 days ago
JSON representation
Automatic git config user.email and user.name setting for vscode
- Host: GitHub
- URL: https://github.com/shyykoserhiy/git-autoconfig
- Owner: ShyykoSerhiy
- License: mit
- Created: 2017-04-05T03:37:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:44:15.000Z (almost 3 years ago)
- Last Synced: 2025-09-18T13:23:22.758Z (about 2 months ago)
- Topics: git, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.git-autoconfig
- Size: 512 KB
- Stars: 27
- Watchers: 4
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-autoconfig
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.

## 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.2 2020-09-13
- Feature: Add option to not auto add config [3](https://github.com/ShyykoSerhiy/git-autoconfig/issues/3)
### 0.0.1 2017-04-04
Initial release of git-autoconfig