From cfdbef7f7e6ed2fe73b077b0d7a254bf4fd37f14 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 1 Dec 2024 13:40:36 -0500 Subject: [PATCH] Add signing macros --- configs/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/.gitconfig b/configs/.gitconfig index 5e3ab2e..93e4d5d 100644 --- a/configs/.gitconfig +++ b/configs/.gitconfig @@ -61,6 +61,8 @@ fa = fetch --all pa = pull --all c = commit + cs = commit --gpg-sign + cas = commit --amend --gpg-sign d = diff aa = add . s = status