git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index d43086f..673b865 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]