git: add alias "gb"

Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-09-30 13:24:58 +02:00
parent ed7feaaeac
commit 6ae0c4f011

View file

@ -26,6 +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"
# docker
alias dcu="docker-compose up"
alias dlogs="docker-compose logs -f"