Add --all oh "git pull" to fetch all branches.

This commit is contained in:
Gea-Suan Lin
2024-04-24 05:26:32 +08:00
parent 6f20e8f109
commit 561828d135
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"