diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:30:29 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:30:29 -0800 |
commit | dec7f8e4c25c4d75061ef625337b5f17bf2906bd (patch) | |
tree | 5b89a57e425b5f738d0b1311944de78f45dc847a /gitconfig | |
parent | emacs: use acme theme (diff) | |
download | emacs.d-dec7f8e4c25c4d75061ef625337b5f17bf2906bd.tar.gz |
git: set proper email
need to find a way to manage various identify (work vs home)
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index c98dcf7..7448ab7 100644 --- a/gitconfig +++ b/gitconfig @@ -19,7 +19,7 @@ [user] name = Franck Cuny - email = fcuny@twitter.com + email = franck@fcuny.net [alias] s = status --short --branch amend = commit --amend --no-edit |