From 72590d20bccd14107cdfaf67c820247c3d1e2dc1 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 15 Sep 2021 16:54:56 +0200 Subject: [PATCH] add git alias for empty commits --- config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index 2045a91..875c161 100644 --- a/config/git/config +++ b/config/git/config @@ -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]