From 125ed77983d418f1a7081efdd2ef845d462157b8 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 31 Jan 2021 19:37:35 -0500 Subject: [PATCH] Add amend git alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index f3a46ad..60724e8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,7 @@ lola = log --graph --decorate --oneline --all --date-order blog = log origin/master... --left-right ds = diff --staged + amend = commit --amend -C HEAD fixup = commit --fixup squash = commit --squash unstage = reset HEAD