git: gflog
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
bc348474c6
commit
0d28946e06
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ 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 -- "
|
||||
# docker
|
||||
alias dcu="docker-compose up"
|
||||
alias dlogs="docker-compose logs -f"
|
||||
|
|
Loading…
Reference in a new issue