diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,6 +72,7 @@ pf = push --force-with-lease current-branch = rev-parse --abbrev-ref HEAD cb = current-branch + clo = cliff -o CHANGELOG.md [push] default = simple [pretty] @@ -80,7 +81,7 @@ editor = vim fileMode = true hooksPath = ~/git-hooks - abbrev = 4 + abbrev = 7 [merge] tool = vimdiff [mergetool] |
