From 1ac2a8be732581e447d034f7616f31e067655b8f Mon Sep 17 00:00:00 2001 From: _N0x <tf@n0x.io> Date: Tue, 25 Feb 2025 16:18:59 +0100 Subject: [PATCH] FEAT: Exdented funny git config --- git/.gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index b7c1fe1..de3a117 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -44,4 +44,7 @@ whitespace = fix [color "diff"] whitespace = red reverse - +[alias] + ll = !git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all + s = status + unstage = reset HEAD --