From b4d9d36d44ff64801ad52317c21fee55033a7618 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 31 May 2023 19:13:47 +0530 Subject: [PATCH] update gitconfig --- .gitconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitconfig b/.gitconfig index 87a0e70..58285b2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,6 +5,9 @@ [user] name = Pratham Patel email = thefirst1322@gmail.com +# signingkey = +#[commit] +# gpgsign = true [color] ui = auto [init] @@ -13,3 +16,12 @@ default = simple [diff] tool = meld +[status] + short = true +[gpg] + program = gpg2 +[blame] + date = iso8601 + showEmail = true +[log] + date = iso8601