Add --stat

This commit is contained in:
David Morgan 2016-07-29 14:41:16 +00:00
parent 78e3e0b2c8
commit eb85b9f10d
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ alias hadd='run_cmd $(history -p ^diff^add)'
alias dogs='run_cmd docker ps; run_cmd docker logs -f $(docker ps|sed 1d|awk '"'"'{print $1;}'"'"')'
alias undock='sudo umount `mount|grep -o "/var/lib/docker/aufs/mnt/[a-z0-9]*"`'
#alias gp="chdir ${VIEW_DIR} ; run_cmd git pull --rebase ; chdir"
#alias gp="chdir ${VIEW_DIR} ; run_cmd git pull --rebase --stat ; chdir"
#alias gs="chdir ${VIEW_DIR} ; run_cmd git stash ; chdir"
#alias gsp="chdir ${VIEW_DIR} ; run_cmd git stash pop ; chdir"
#alias gstat="chdir ${VIEW_DIR} ; run_cmd git -c color.status=always status | less -RXF ; chdir"