From fd8088ee25ee4ec2a5349beb252f0b9ff7cafcde Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 25 Aug 2018 01:44:32 -0500 Subject: [PATCH] Better git log --- shell/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/aliases b/shell/aliases index af36f83..e4d378a 100644 --- a/shell/aliases +++ b/shell/aliases @@ -68,6 +68,7 @@ alias gp="git push --all" alias grbpf="git push --force-with-lease" alias gac="git add -A && git commit" alias gsur="git submodule update --remote" +alias gl="git log --graph --pretty=oneline --abbrev-commit --decorate" grb() { MAIN_BRANCH="master"