diff --git a/.gitconfig b/.gitconfig index da1cb1a..6d3f501 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,7 +23,7 @@ lg1 = log --graph --abbrev-commit --decorate --date=relative --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)' lg2 = 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(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' lg = !"git lg1" - lgd = log -p --decorate + lgd = log -p --decorate --show-signature history = log --pretty=oneline --abbrev-commit --all --graph --decorate tidy = !git remote prune origin && git fetch -pPt && git branch -vv | awk '/: gone]/ {print $1}' | xargs -r git branch -D update = !git pull --recurse-submodules && git tidy