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:
parent
4472ada1b2
commit
89ca761ba1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user