feat: add escapeangle git identity

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-04 20:32:10 +01:00
parent 58d372fe97
commit 13ba9b4771
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -38,6 +38,7 @@ in
# extremely important, otherwise git will attempt to guess a default user identity. see `man git-config` for more details # extremely important, otherwise git will attempt to guess a default user identity. see `man git-config` for more details
useConfigOnly = true; useConfigOnly = true;
personal = mkIdentity "landervandenbulcke@gmail.com"; personal = mkIdentity "landervandenbulcke@gmail.com";
escapeangle = mkIdentity "lander@escapeangle.com";
inuits = mkIdentity "landervdb@inuits.eu"; inuits = mkIdentity "landervdb@inuits.eu";
olly = mkIdentity "landervdb@o11y.eu"; olly = mkIdentity "landervdb@o11y.eu";
basf = mkIdentity "lander.van-den-bulcke@partners.basf.com"; basf = mkIdentity "lander.van-den-bulcke@partners.basf.com";