update .config/git/config (.gitconfig)

This commit is contained in:
surtur 2022-03-26 02:10:23 +01:00
parent 65a600e561
commit 6acffcf6d8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -22,12 +22,14 @@
[core]
quotePath = false
commitGraph = true
pager = less -MR --quit-if-one-screen --underline-special
[receive]
advertisePushOptions = true
[push]
gpgSign = if-asked
gpgSign = if-asked
[gc]
writeCommitGraph = true
auto = 256
[alias]
fuckit = reset --hard
[init]