From 8251bdb225ed90edb82ed444f55e8ae1fe50e6ac Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 23 Feb 2009 11:40:58 -0600 Subject: [PATCH] Add glog command to Git. It's a "replacement" for gitk when only the console is available. --- gitconfig.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index eab0477..1dd4f7b 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -10,9 +10,12 @@ excludesfile = HOME/.gitignore [alias] + # Shortcuts for often used commands. ci = commit -v di = diff st = status co = checkout br = branch me = merge + # Custom commands. + glog = log --pretty=oneline --graph --all -- 2.44.2