git: add alias "gb"
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
4bf7a51c46
commit
3c6a1b5bd1
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ alias gdel="git reset --hard ; git clean -f"
|
||||||
alias glast="git log -1 HEAD --stat"
|
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 gb="git branch"
|
||||||
# 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