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] [core]
quotePath = false quotePath = false
commitGraph = true commitGraph = true
pager = less -MR --quit-if-one-screen --underline-special
[receive] [receive]
advertisePushOptions = true advertisePushOptions = true
[push] [push]
gpgSign = if-asked gpgSign = if-asked
[gc] [gc]
writeCommitGraph = true writeCommitGraph = true
auto = 256
[alias] [alias]
fuckit = reset --hard fuckit = reset --hard
[init] [init]