aliases: add git log short (gls)

feature/symbol-search
bretello 2020-04-09 04:17:26 +02:00
parent 4472ada1b2
commit 89ca761ba1
1 changed files with 1 additions and 0 deletions

View File

@ -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