From 9af5006d768c869e911e49be31048405b1d12459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 26 Oct 2023 00:45:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(gitconfig):=20new=20log=20gra?= =?UTF-8?q?ph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 987c063c..4d5fa018 100644 --- a/.gitconfig +++ b/.gitconfig @@ -91,8 +91,8 @@ ############# g = grep -p ############# - l = log --oneline - lg = log --oneline --graph --decorate + l = log --oneline --graph --decorate + lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' ############# ls = ls-files lsf = !git ls-files | grep -i