1
0
Fork 0
.dotfiles/.gitconfig

17 lines
303 B
INI
Raw Normal View History

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