git: fix gb

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-10-01 10:44:26 +02:00
parent 3c6a1b5bd1
commit 6c43235055

View file

@ -26,7 +26,7 @@ alias glast="git log -1 HEAD --stat"
alias gd="git difftool"
alias gsp="git stage -p"
alias gflog="git log -- "
alias gb="git branch"
alias gb="git --no-pager branch -l"
# docker
alias dcu="docker-compose up"
alias dlogs="docker-compose logs -f"