From fc805a8676921726e4d14d5b92f066c0fb6ee3a0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 16 Feb 2013 14:41:23 -0500 Subject: [PATCH] .gitconfig: Add a `glog` alias (log --graph --oneline --decorate) I use this a bunch, so save some typing with an alias. The output is especially pretty now that it's automatically colored (thanks, color.ui!). --- src/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index f78b3ea..e19e573 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -23,3 +23,6 @@ [diff "gpg"] textconv = gpg -v xfuncname = "^((pub|uid) .*)" + +[alias] + glog = log --graph --oneline --decorate -- 2.26.2