We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have my git user.name set by using git config includes (docs):
$ git config --get user.name Felix Hummel
Steps:
git init . aider
Expected: Aider does nothing concerning user.name or user.email.
user.name
user.email
Actual: Aider outputs the following warning and writes .git/config
.git/config
Update git name with: git config user.name "Your Name" Update git email with: git config user.email "[email protected]"
It would be nice if aider would use git's parsing of its configuration git user.name and git user.email.
git user.name
git user.email
aider 0.69.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
I have my git user.name set by using git config includes (docs):
Steps:
Expected: Aider does nothing concerning
user.name
oruser.email
.Actual: Aider outputs the following warning and writes
.git/config
It would be nice if aider would use git's parsing of its configuration
git user.name
andgit user.email
.Version and model info
aider 0.69.1
The text was updated successfully, but these errors were encountered: