From 641598c997e8ba9b463eba53995cb4f66cc391a6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 13 Nov 2019 09:06:02 +0100 Subject: [PATCH] Fix the fixup alias --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index dfb6f96..7a57278 100644 --- a/config +++ b/config @@ -5,7 +5,7 @@ [alias] ba = branch -vv baa = branch -vva - fixup = commit --amend -CHEAD\n + fixup = commit --amend -CHEAD git = !exec git glog = log --graph --all --decorate --oneline hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short