diff options
author | listout <listout@protonmail.com> | 2022-07-20 10:11:06 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:22 +0530 |
commit | 399a60bfa955f0a3cc4d060a4679412d5c52a78a (patch) | |
tree | 71279a7c4e78eaf2eef3e3656ed24c839253bd06 /.config/git | |
parent | 18884d7dfdfa5af0a87810cd2926729448fdfdef (diff) |
git/config: using listout as name
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config index 2472da4..11035c6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,14 +15,15 @@ [diff] tool = vimdiff [user] - email = brahmajit.xyz@gmail.com - name = brahmajit das - signingkey = brahmajit.xyz@gmail.com + email = listout@protonmail.com + name = listout + signingkey = listout@protonmail.com [sendemail] smtpserver = smtp.googlemail.com smtpencryption = tls smtpserverport = 587 smtpuser = brahmajit.xyz@gmail.com + suppresscc = self [alias] # list files which have changed since REVIEW_BASE # (REVIEW_BASE defaults to 'master' in my zshrc) |