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