Add --all to "gpl" command.

This commit is contained in:
Gea-Suan Lin
2024-02-03 17:55:01 +08:00
parent e3d4b4652a
commit 4e6f731e05
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ alias dir="ls -l"
alias f="finger"
alias g="grep --color=auto"
alias gph="git push -v --follow-tags"
alias gpl="git pull -v --autostash --rebase --recurse-submodules"
alias gpl="git pull -v --all --autostash --rebase --recurse-submodules"
alias l="last"
alias ll="ls -l"
alias lo="logout"

2
.zshrc
View File

@@ -13,7 +13,7 @@ alias "dir=ls -l"
alias "f=finger"
alias "g=grep --color=auto"
alias "gph=git push -v --follow-tags"
alias "gpl=git pull -v --autostash --rebase --recurse-submodules"
alias "gpl=git pull -v --all --autostash --rebase --recurse-submodules"
alias "l=last"
alias "ll=ls -l"
alias "lo=logout"