config/.gitconfig

26 lines
571 B
INI
Raw Normal View History

2022-04-19 15:12:14 +01:00
[user]
name = Rowan Clark
email = crimsontome427@protonmail.com
signingkey = F620D51904044094
2022-05-12 03:21:13 +01:00
[author]
name = CrimsonTome
email = crimsontome427@protonmail.com
2022-04-19 15:12:14 +01:00
[url "git@github.com:"]
insteadOf = https://github.com/
[url "ssh://git@github.com:"]
insteadOf = https://github.com/
2022-04-19 15:12:14 +01:00
[url "git@git.crimsontome.com:"]
insteadOf = https://git.crimsontome.com/
[url "ssh://git@git.crimsontome.com:"]
insteadOf = https://git.crimsontome.com/
2022-04-23 23:10:17 +01:00
[init]
defaultBranch = main
[pull]
rebase = true
[commit]
gpgsign = true
[push]
autoSetupRemote = true