From 7486f2f13f7161e78215d071137a3735c9cd3ba8 Mon Sep 17 00:00:00 2001 From: ElKowar <5300871+elkowar@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:58:38 +0200 Subject: [PATCH] funny git lg alias --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index c78cdb7..0f783bc 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -33,6 +33,7 @@ [commit] gpgsign = true [alias] + df = difftool c = commit --verbose s = status -s d = diff @@ -41,6 +42,7 @@ dn = diff --numstat ss = status a = add + lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit [push] autoSetupRemote = true default = current