aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-21 01:34:18 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-21 01:34:18 -0500
commit464d73681a4bbe825494be16070ef9a8e540a388 (patch)
tree7c7178f96faaa48531241f5e7111756a84790d26
parentff2ec5de47d70b329a86cd849b81b565a1a696db (diff)
downloaddotfiles-464d73681a4bbe825494be16070ef9a8e540a388.tar.gz
dotfiles-464d73681a4bbe825494be16070ef9a8e540a388.tar.xz
Update the email in my gitconfig
-rw-r--r--gitconfig/mitch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitconfig/mitch b/gitconfig/mitch
index 2d66968..14ad151 100644
--- a/gitconfig/mitch
+++ b/gitconfig/mitch
@@ -2,8 +2,8 @@
# pager = less -+F -+X
pager = cat
[user]
- email = mitch@riedstra.us
- name = Mitch Riedstra
+ email = mitch@riedstra.dev
+ name = Mitchell Riedstra
[alias]
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat