From d42e119132523373e9b90730e4b3c3529b0df1db Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Thu, 27 Jul 2023 13:19:53 -0400
Subject: Add git forgive alias

---
 home/.config/git/config | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'home/.config/git')

diff --git a/home/.config/git/config b/home/.config/git/config
index b4c5d97f..23f0d4d1 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -24,5 +24,8 @@
 [pretty]
 	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%aN>
 
+[alias]
+	forgive = blame
+
 [include]
 	path = ./private
-- 
cgit 1.4.1