From 6d19259a1ba18ce84a2c849b9af28b5db4b55412 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 25 Oct 2019 18:00:49 +0900 Subject: [PATCH] Add git px alais --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1306acf..0db7c8f 100644 --- a/Makefile +++ b/Makefile @@ -309,6 +309,7 @@ endif $(git_conf) tag.forceSignAnnotated true $(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499" + $(git_conf) alias.px "log -p -G" # pickaxe $(git_conf) alias.st "status -s -b" $(git_conf) alias.b "branch" $(git_conf) alias.sb "show-branch"