summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-17 20:41:32 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-18 18:08:29 +0200
commitbc160fb6a9e760fae9cc068ec392982799e3c699 (patch)
tree8cde149dd64886f7b3a27e6b0a51b6791a7024b0
parentc62f93a57250b6c1242deb158e3084c2de66d60d (diff)
git: Sign commits with GPG
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--home/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 40f4352..2c36408 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -3,6 +3,8 @@
--format=format:'%C(bold blue)%h%C(reset) $C(magenta)%G?%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
tree = lg --all
ff = merge --ff-only
+ sam = am -s -S
+ scommit = commit -s -S
[checkout]
DefaultRemote = alx
[color "diff"]