From 89ca761ba1b0297b3756937aa97d57aeb90ec255 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 9 Apr 2020 04:17:26 +0200 Subject: [PATCH] aliases: add git log short (gls) --- aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.sh b/aliases.sh index 4d54c1a..588d3de 100755 --- a/aliases.sh +++ b/aliases.sh @@ -81,6 +81,7 @@ alias powerline_update="pip install --upgrade --user 'git+https://github.com/pow alias gcf='git commit --fixup=HEAD' alias gcaf='git commit -a --fixup=HEAD' +alias gls="git log --pretty=oneline --abbrev-commit" # gls: Git Log Short alias watcha='watch ' # note the space after watch. This makes watch work with aliases