Remove =yes part for --recurse-submodules.

This commit is contained in:
Gea-Suan Lin
2018-06-11 14:51:23 +08:00
parent a2abc7bbea
commit 911ebae86d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ alias docker.cleanps="docker ps --all | grep Exited | awk '{print \$1}' | xargs
alias f="finger"
alias g="grep --color=auto"
alias gph="git push -v --follow-tags"
alias gpl="git pull -v --rebase --recurse-submodules=yes"
alias gpl="git pull -v --rebase --recurse-submodules"
alias l="last"
alias lo="logout"
alias m="more"

2
.zshrc
View File

@@ -14,7 +14,7 @@ alias "docker.cleanps=docker ps --all | grep Exited | awk '{print \$1}' | xargs
alias "f=finger"
alias "g=grep --color=auto"
alias "gph=git push -v --follow-tags"
alias "gpl=git pull -v --rebase --recurse-submodules=yes"
alias "gpl=git pull -v --rebase --recurse-submodules"
alias "l=last"
alias "lo=logout"
alias "m=more"