config/.gitconfig

18 lines
371 B
INI
Raw Normal View History

2022-04-19 15:12:14 +01:00
[user]
name = CrimsonTome
email = crimsontome427@gmail.com
[author]
name = Matt Clark
email = 4matt2clark7@gmail.com
[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