1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

aliases: add git log short (gls)

This commit is contained in:
bretello 2020-04-09 04:17:26 +02:00
parent 4472ada1b2
commit 89ca761ba1

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