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