From 6b97808bc5ddcd6b7059ad2755e10515f6b4fe32 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 15 Jan 2016 12:07:37 -0500 Subject: Move pretty git log format to .gitconfig --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index ec27c88e..bdb5313e 100644 --- a/.zshrc +++ b/.zshrc @@ -99,7 +99,7 @@ alias gca='git commit --amend' alias gcl='git clone' alias gco='git checkout' alias gd='git diff' -alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --color" +alias gl='git log --graph --pretty=log' alias gm='git merge' alias gmv='git mv' alias gp='git push' -- cgit 1.4.1