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 1402d131d4
commit 7199065104

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"