Fallback onto global .gitconfig
if no user name/email specified
#86
Labels
enhancement
New feature or request
.gitconfig
if no user name/email specified
#86
Summary of the new feature/enhancement
I have a multiroot (read: multi git repo) project and set the user name and email in my
~/.gitconfig
, but I'm still getting this errorYou have selected profile UUU, but the repo RRR is not using user details from this profile. Do you want to apply the user dertails from profile UUU?
Proposed technical implementation details (optional)
The "current" user should be assess based on
git config -l
, thus, when running in a repo that does not have a user name/email configured, the global user should be used instead. And if it matches, this extension should not report the errorThe text was updated successfully, but these errors were encountered: