From 6acffcf6d8f697f3a816b3f97d0fd8e7aa5badad Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 02:10:23 +0100 Subject: [PATCH] update .config/git/config (.gitconfig) --- .config/git/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index b1851d8..4faf001 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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]