So, I have a GPG key with two noreply email addresses. One for codeberg.org
and one email address for github.com
. When using the user@noreply.codeberg.org
of codeberg as user.mail
globally, I can make commits which show up as verified on codeberg.org
. But if use the same mail as my git user.mail
the commit on github will show up as unverified. Even though the particular repo’s mail is set to the noreply email address of github which can be verified with git config user.mail
but for some reason the global ~/.gitconfig
mail is used to perform committs. Am I doing GPG management wrong or anything else wrong?
I believe the setting is
user.email
so maybe confirm that’s what you have set in both? Git will silently ignore settings that aren’t used/defined.I am a damm moron. Thank you very much!
You’re not a moron, you learned something useful. My experience for the past 20 years is being a moron over and over again, and I make sure to transmit that knowledge.
“The expert has failed more times than the beginner has even tried.” 😊👍
thanks man :)
I am a damm moron.
Username checks out
Not at all! Glad it was something simple!
/u/spez is trying to fix Reddit with our help /s
if (enshittification){ dont(); }
git push origin main
The git push always happens?