config/.gitconfig

19 lines
407 B
INI
Raw Normal View History

2022-04-19 15:12:14 +01:00
[user]
name = Matt Clark
email = 4matt2clark7@gmail.com
2022-05-12 03:21:13 +01:00
signingKey = 70352871F95F9905
[author]
name = CrimsonTome
email = crimsontome427@protonmail.com
2022-04-19 15:12:14 +01:00
[url "git@github.com:"]
insteadOf = https://github.com/
[url "git@github.com:"]
insteadOf = https://github.com/
[url "ssh://git@github.com:"]
insteadOf = https://github.com/
[pull]
rebase = true
2022-04-23 23:10:17 +01:00
[init]
defaultBranch = main