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 committed by Michael Grote
parent 4bf7a51c46
commit 3c6a1b5bd1

View file

@ -25,6 +25,8 @@ 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 -- "
alias gb="git branch"
# docker
alias dcu="docker-compose up"
alias dlogs="docker-compose logs -f"