about summary refs log tree commit diff
path: root/aliases.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aliases.sh')
-rw-r--r--aliases.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/aliases.sh b/aliases.sh
index ba1b01a336e6..1fcec5a42147 100644
--- a/aliases.sh
+++ b/aliases.sh
@@ -22,6 +22,8 @@ alias ccat="pygmentize -g"
 # self-evident git alias
 alias gprom="git pull --rebase origin master"
 
+alias 'glp'="git log --graph --pretty=format:'%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
+
 # view the Unix directory stack as maintained through
 #     pushd and popd commands
 alias wdirs='dirs | tr " " "\n" | sort -r'