1
0
Fork 0
.dotfiles/.gitconfig
nexy7574 2c4c43ba74 Force git FSCKing
Signed-off-by: nexy7574 <git@nexy7574.co.uk>
2024-08-07 01:19:36 +01:00

16 lines
322 B
INI

[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"
[core]
autocrlf = input
[receive]
fsckObjects = true