1
0
Fork 0
dotfiles/.gitconfig

32 lines
527 B
INI
Raw Normal View History

2022-09-23 19:28:12 +05:30
[credential]
helper = store
[core]
editor = nvim
[user]
name = Pratham Patel
2024-03-19 19:10:57 +05:30
email = prathampatel@thefossguy.com
signingkey = ~/.ssh/git
[commit]
gpgsign = true
verbose = true
2022-09-23 19:28:12 +05:30
[color]
ui = auto
[init]
defaultBranch = master
[push]
default = simple
2024-03-05 11:02:11 +05:30
followTags = true
2022-09-23 19:28:12 +05:30
[diff]
tool = meld
2023-05-31 19:13:47 +05:30
[gpg]
format = ssh
2023-07-02 21:32:33 +05:30
[ssh]
allowedSignersFile = ~/.ssh/allowed_signers
2023-05-31 19:13:47 +05:30
[blame]
date = iso8601
showEmail = true
[log]
date = iso8601
[advice]
addIgnoredFile = false