gitconfig

This commit is contained in:
youngcw 2023-12-05 08:27:42 -07:00
parent 6889586027
commit 0b907c80de

View File

@ -6,7 +6,10 @@
[core] [core]
editor = vim editor = vim
[alias] [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 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)' --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)' --branches
lgs=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%ar>%Creset' --abbrev-commit 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 lg2" lg=!"git lgc"
fa=fetch --all --prune
[safe]
directory = /home/caleb/ecynas/home/actualplaid