add git alias for empty commits

This commit is contained in:
Felix Van der Jeugt 2021-09-15 16:54:56 +02:00
parent 9d8be38b92
commit 72590d20bc
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@
pf = push --force-with-lease
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ff = merge --ff-only @{upstream}
co = checkout
jn = merge --no-ff --log --edit
s = status -vv
ce = commit -m '' --allow-empty-message
[rebase]
autoSquash = true
[rerere]