git: gflog

Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-07-30 09:03:04 +02:00
parent bc348474c6
commit 0d28946e06

View file

@ -25,6 +25,7 @@ alias gdel="git reset --hard ; git clean -f"
alias glast="git log -1 HEAD --stat"
alias gd="git difftool"
alias gsp="git stage -p"
alias gflog="git log -- "
# docker
alias dcu="docker-compose up"
alias dlogs="docker-compose logs -f"