diff options
author | listout <listout@protonmail.com> | 2021-09-03 00:22:46 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-03 00:22:46 +0530 |
commit | 9a96667ce07b9e57b303b558eb59df4a353d78fd (patch) | |
tree | 4cfbe92d9939543f18b792f30909cc5fc342887d /.gitconfig | |
parent | 6bb28f4daba64701fbc15fdb8488cba26e524238 (diff) |
added global git username and email
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ cmd = nvim -d $LOCAL $REMOTE [commit] gpgsign = true +[user] + email = listout@protonmail.com + name = listout |