diff options
-rw-r--r-- | git/config | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4,9 +4,9 @@ signingkey = 3A9D0BB5 [alias] - amend = commit --amend --verbose + amend = commit --amend br = branch - ci = commit --verbose --signoff + ci = commit --signoff co = checkout di = diff dc = diff --cached @@ -56,6 +56,9 @@ status = never tag = auto dense +[commit] + verbose = true + [core] # never use an askpass even if $SSH_ASKPASS is set askpass = @@ -134,8 +137,6 @@ [rerere] enabled = true -[commit] - verbose = true [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f |