From 0b907c80dea54bbc64928523680840252bcb4580 Mon Sep 17 00:00:00 2001 From: youngcw Date: Tue, 5 Dec 2023 08:27:42 -0700 Subject: [PATCH] gitconfig --- .gitconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index 37d0f58..fcf5f30 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,7 +6,10 @@ [core] editor = vim [alias] - lg1=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(bold yellow)%d%C(reset)' --all - lg2=log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%ar%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(red)<%an>%C(reset)' --all - lgs=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%ar>%Creset' --abbrev-commit - lg=!"git lg2" + lgc=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(bold yellow)%d%C(reset)' --branches + lg2=log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%ar%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(red)<%an>%C(reset)' --branches + lgs=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%ar>%Creset' --abbrev-commit --branches + lg=!"git lgc" + fa=fetch --all --prune +[safe] + directory = /home/caleb/ecynas/home/actualplaid