1
0
Fork 0
dotfiles/.gitconfig

26 lines
377 B
INI
Raw Normal View History

2022-09-23 19:28:12 +05:30
[credential]
helper = store
[core]
editor = nvim
[user]
name = Pratham Patel
email = thefirst1322@gmail.com
2023-05-31 19:13:47 +05:30
# signingkey =
#[commit]
# gpgsign = true
2022-09-23 19:28:12 +05:30
[color]
ui = auto
[init]
defaultBranch = master
[push]
default = simple
[diff]
tool = meld
2023-05-31 19:13:47 +05:30
[gpg]
program = gpg2
[blame]
date = iso8601
showEmail = true
[log]
date = iso8601