git: fix gb
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
3c6a1b5bd1
commit
6c43235055
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 gd="git difftool"
|
||||||
alias gsp="git stage -p"
|
alias gsp="git stage -p"
|
||||||
alias gflog="git log -- "
|
alias gflog="git log -- "
|
||||||
alias gb="git branch"
|
alias gb="git --no-pager branch -l"
|
||||||
# docker
|
# docker
|
||||||
alias dcu="docker-compose up"
|
alias dcu="docker-compose up"
|
||||||
alias dlogs="docker-compose logs -f"
|
alias dlogs="docker-compose logs -f"
|
||||||
|
|
Loading…
Reference in a new issue