From 32968eb39eeeb30b2f1d07fb124766d7b8ad9e1f Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 20 Jan 2021 14:52:41 +0100 Subject: [PATCH] Add git fixup command --- gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 9ba1781..7faec08 100644 --- a/gitconfig +++ b/gitconfig @@ -18,10 +18,11 @@ [alias] head = log -1 --show-signature --format=fuller adog = log --all --decorate --oneline --graph --date-order - dog = log --decorate --oneline --graph --date-order - stat = log --oneline --stat --date-order + dog = log --decorate --oneline --graph --date-order + stat = log --oneline --stat --date-order identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :" root = rev-parse --show-toplevel + fixup = commit --patch --no-edit --amend [user] useConfigOnly = true [user "darkwiiplayer"]