From fa2669b0c9350be247876b6e54e0d24ac14873ed Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 10 May 2022 01:35:17 +0200 Subject: [PATCH] Update git config --- .gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index f45a095..7be951c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,7 @@ graph = log --graph --color --abbrev-commit --pretty=format:"%C(yellow)%h%C(green)%d%C(reset)%n%cd%n%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%B%n" [commit] - gpgsign = false + gpgSign = false [diff] colormoved = default @@ -19,7 +19,8 @@ rebase = true [rebase] - autosquash = true + autoSquash = true + autoStash = true [user] name = Casper V. Kristensen