From 2c9530fe7737e41e438a8749b499ec49059f040c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 9 Jan 2021 18:05:38 +0100 Subject: [PATCH] =?UTF-8?q?doplnenie=20nastaven=C3=AD=20do=20gitu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfigsign | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitconfigsign b/.gitconfigsign index cac5853..3a122d0 100644 --- a/.gitconfigsign +++ b/.gitconfigsign @@ -5,12 +5,28 @@ [core] editor = vim autocrlf = input + quotepath = false + commitGraph = true [alias] lol = log --graph --decorate --pretty=oneline --abbrev-commit --all hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local p = !git push && git push --tags + undo = " reset --soft HEAD ^ " + amend = commit --amend [commit] gpgsign = true [tag] gpgSign = true +[help] + autocorrect = 1 +[rerere] + enabled = 1 +[color] + status = auto + branch = auto + diff = auto +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true