diff --git a/.gitconfig b/.gitconfig index 20a3337..4154c72 100644 --- a/.gitconfig +++ b/.gitconfig @@ -28,7 +28,25 @@ diffdir = difftool --dir-diff graph = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all + stage = add unstage = reset -q HEAD -- + discard = checkout -- uncommit = reset --mixed HEAD~ amend = commit --amend +[diff] + compactionHeuristic = true + indentHeuristic = true + algorithm = histogram +[difftool] + prompt = false +[gc] + autoDetach = false +[interactive] + diffFilter = diff-highlight +[stash] + showPatch = true +[rebase] + autostash = true +[commit] + verbose = true