From 8ea1428eaa2ad4809f1b7dec8386ce96cf85d0bb Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:25:43 +0000 Subject: Add amend commit alias to git --- dot-config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-config/git/config b/dot-config/git/config index f4a0d4b..7b24d51 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -9,3 +9,4 @@ [alias] update = add --update pop = stash pop + amend = commit --amend -- cgit