mirror of
https://github.com/tanishq-dubey/.dotfiles.git
synced 2025-01-04 01:32:33 -05:00
22 lines
375 B
INI
22 lines
375 B
INI
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[user]
|
|
signingkey = 0D0F75C0132BFC41
|
|
name = Tanishq Dubey
|
|
email = tdubey@clearstreet.io
|
|
[core]
|
|
editor = nvim
|
|
[init]
|
|
defaultBranch = develop
|
|
[color]
|
|
ui = auto
|
|
[push]
|
|
default = upstream
|
|
[commit]
|
|
gpgsign = true
|
|
[credential]
|
|
helper = store
|