ignore GIT_AUTHOR_NAME and use local config instead #7075
Unanswered
fauzanashari
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is this for Coder or code-server? Either way, I do not believe we set So you could modify the template, but if you are not able to do that then you might have to override it in your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I just working in coder when I set git username with
git config --local user.name fauzan
it's changed then I doing my several commit. Something wrong here when I see the logs the author name is not same as I configured before. After debugging withenv | grep GIT
I just found that variableGIT_AUTHOR_NAME
whom change it's author name in logs. The question is how to ignore or unsetGIT_AUTHOR_NAME
and use git local config instead? thank you anywayBeta Was this translation helpful? Give feedback.
All reactions