From 8cf24fe0b29838216b67938104d40cf78363cb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 9 Jan 2021 18:20:54 +0100 Subject: [PATCH] nastavenie gitu --- .gitconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8d3ad2c..4df0dcd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,8 +4,24 @@ [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 +[help] + autocorrect = 1 +[rerere] + enabled = 1 +[color] + status = auto + branch = auto + diff = auto +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true