From 4fefcc29f2f4aa6c9b1ab5aa7939dc8d34467fd7 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Fri, 14 Jun 2019 13:50:07 +0100 Subject: [PATCH] Adds lolame git alias --- git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/gitconfig b/git/gitconfig index 55300c36..d2660c27 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -11,6 +11,7 @@ lol = log --graph --pretty=format:\"%C(yellow)%h %C(blue)%cd %C(green)%cn %C(white) - %s\" --date=format:\"%d/%m/%Y %H:%M:%S\" #lola = log --graph --decorate --pretty=oneline --abbrev-commit --all lola = log --graph --pretty=format:\"%C(yellow)%h %C(blue)%cd %C(green)%cn %C(white) - %s\" --date=format:\"%d/%m/%Y %H:%M:%S\" --all + lolame = log --graph --pretty=format:\"%C(yellow)%h %C(blue)%cd %C(green)%cn %C(white) - %s\" --date=format:\"%d/%m/%Y %H:%M:%S\" --all --author=Jonathan ilog = recall detach = "!git checkout $(git rev-parse HEAD)" undo = reset --soft HEAD^