git: fix gb
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
1402d131d4
commit
7199065104
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue