git-autoconfig icon indicating copy to clipboard operation
git-autoconfig copied to clipboard

Automatic git config user.email and user.name setting for vscode

Results 14 git-autoconfig issues
Sort by recently updated
recently updated
newest added

🔧 When setting up a new config for the extension, I encounter an issue during the configuration process. Specifically, when I access the `Set Config` option to input my Git...

What can cause this error message? I just installed the plugin and I am trying to 'set' the config. In my workspace I have numerous folders containing .git folders in...

Hi, Is it possible to use this per folder in my workspace in VS Code? This seems to only work for the very first folder added to the workspace. If...

Bumps [debug](https://github.com/debug-js/debug) to 4.1.1 and updates ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.1.1 Release notes Sourced from debug's releases. 4.1.1 This...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Would be nice if we could use the dot path syntax to modify and option in git config. Especially `signingkey` would be very nice, I have different gpg keys for...

https://github.com/ShyykoSerhiy/git-autoconfig/blob/bde4f9d23e62aaaa181f2ad5b628e50e7d6531ff/src/extension.ts#L70 This extension appears to be using the workspace.rootPath API. This is a deprecated property and may not work as expected. Please use workspaceFolders instead. More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath

So the main reason for this - is to allow git-autoconfig to manage different SSH keys per repository for different Git accounts; this works perfectly for different Github accounts as...

This extension need this implementation for git repo in sub folder. This is just a demo to let you know, if you like it, I can make a full implementation...