commit c6b5b885ab3e0dfeb71c25b2c894e1b7173735e7 parent 66a36f9703e8eb0ab61a16a06df63d24be4e86a4 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Thu, 4 Oct 2018 21:10:09 +0200 Modified git log alias to exclude stash Makes it a bit more readable for me Diffstat:
M | git/gitconfig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git/gitconfig b/git/gitconfig @@ -10,7 +10,7 @@ br = branch --remote bv = branch -vv - 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 + 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)' --branches --remotes --tags --graph --oneline --decorate 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)' --all adog = log --all --decorate --oneline --graph lg = !"git lg1"