diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-21 12:04:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-21 14:16:11 -0400 |
commit | 73194066fafead4682cc209a86f85578120a1a16 (patch) | |
tree | bd83b8cb78a59ee1b93b65a6d4b32b6bcf7d8f5d | |
parent | f7a980869dcd7bb5641e7fed2b67a6587190f1f1 (diff) |
git email
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 21efa65..242bada 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,9 @@ [user] name = Luke Shumaker email = lukeshu@lukeshu.com +[sendemail] + # user.email is set to lukeshu@parabola.nu for some projects + from = Luke Shumaker <lukeshu@lukeshu.com> [color] ui = auto [push] |