25 lines
577 B
INI
25 lines
577 B
INI
[user]
|
|
email = hi@devcomp.xyz
|
|
name = Erica Marigold
|
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFndl9tyrJ1oNC/VtBPvuEXqZHhgZu4t/L3OzmJjwWGk
|
|
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgSign = true
|
|
[core]
|
|
pager = delta
|
|
sshCommand = /mnt/c/Windows/System32/OpenSSH/ssh.exe
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
navigate = true
|
|
[merge]
|
|
conflictStyle = zdiff3
|
|
[gpg]
|
|
format = ssh
|