1
0
Fork 0
.dotfiles/.gitconfig

15 lines
286 B
INI
Raw Normal View History

[user]
name = nexy7574
email = git@nexy7574.co.uk
signingkey = 0FA334385D0B689F
[pull]
rebase = false
[commit]
gpgsign = false
[init]
defaultBranch = dev
[alias]
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
2024-03-24 16:52:47 +00:00
[core]
autocrlf = input