From 775543b45b61ad50f07dd02e74adc9d8e44b59a7 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 15 Feb 2022 01:01:30 -0600 Subject: feat: removed stashes from git lg alias --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index aad1163..4dbd04b 100644 --- a/gitconfig +++ b/gitconfig @@ -50,7 +50,7 @@ recommit = commit --amend -C HEAD redate = rebase --committer-date-is-author-date # log commands -lg = log --graph --oneline --decorate --all --abbrev-commit +lg = log --graph --oneline --decorate --branches --remotes --tags --abbrev-commit ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%an]" --decorate --date=relative ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [a:%an,c:%cn]" --decorate --numstat watch = "!f() { watch -c 'git -c color.ui=always lg | sed \"s/\\[m/\\[00m/\"'; }; f" -- cgit v1.2.3-70-g09d2