dot_files/.gitconfig

18 lines
291 B
INI
Raw Normal View History

2024-03-18 10:51:30 +00:00
[user]
name = MCorange99
2024-05-18 20:46:28 +00:00
email = mcorange@mcorangehq.xyz
signingkey = AFCD0DBD8A3B07EB821AB5EC5BE6B533CB76FE86
2024-03-18 10:51:30 +00:00
[init]
defaultBranch = main
[pull]
rebase = false
2024-05-18 20:46:28 +00:00
[core]
editor = nvim
[safe]
directory = /opt/gf
[push]
autoSetupRemote = true
default = current
[commit]
gpgsign = true