From 6231d9dba4c957c2bf938b274e6a6b1496cb7fad Mon Sep 17 00:00:00 2001 From: hophacker Date: Thu, 14 Jan 2021 20:24:12 +0800 Subject: [PATCH] more git settings --- git/gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 9d3c72c..9a311c9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -114,6 +114,8 @@ autocrlf = false editor = nvim excludesfile = ~/.yadr/git/gitignore + quotePath = false + commitGraph = true [advice] statusHints = false [diff] @@ -127,3 +129,7 @@ enabled = true [include] path = .gitconfig.user +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true