Update .gitconfig
This commit is contained in:
parent
2ab62e89ba
commit
7f5023b0b3
1 changed files with 7 additions and 7 deletions
14
.gitconfig
14
.gitconfig
|
@ -1,13 +1,13 @@
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
[user]
|
[user]
|
||||||
email = wonderfulfrog@users.noreply.github.com
|
email = 2636402+wonderfulfrog@users.noreply.github.com
|
||||||
name = Devin Haska
|
name = Devin Haska
|
||||||
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsHM+4BN+DKbEW3toSbQh60k3b5qYQOE5bo/6gIJ7Y1
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
excludesfile = /Users/devin/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[filter "lfs"]
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue