mirror of https://github.com/sgoudham/dotfiles.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
2 years ago
|
# This is Git's per-user configuration file.
|
||
|
[user]
|
||
|
name = sgoudham
|
||
|
email = sgoudham@gmail.com
|
||
|
signingkey = 44E818FD5457EEA4
|
||
|
[commit]
|
||
|
gpgsign = true
|
||
|
[gpg]
|
||
|
program = /mnt/c/Program Files (x86)/GnuPG/bin/gpg.exe
|
||
|
[credential]
|
||
|
helper = /mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager-core.exe
|
||
|
[core]
|
||
|
autocrlf = input
|
||
|
editor = lvim
|
||
|
[push]
|
||
|
autoSetupRemote = true
|
||
|
[init]
|
||
|
defaultBranch = main
|