From 51461f468572277aca85d9ba974c9f7a39878020 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 8 Jul 2024 14:17:52 -0400 Subject: [PATCH] git: Use empty message in chk alias --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 8d61f56..6d31c5c 100644 --- a/git/config +++ b/git/config @@ -58,7 +58,7 @@ bp = branch-prune bpf = branch-prune --force bv = branch -vv c = commit -chk = commit -a -n -m 'CHECKPOINT' +chk = commit --all --no-verify --allow-empty-message --message '' co = checkout cp = cherry-pick d = diff