Revert "Add --all to "gpl" command."

This reverts commit 4e6f731e05.
This commit is contained in:
Gea-Suan Lin
2024-02-18 23:18:07 +08:00
parent e86e6bbb35
commit 31ef32be87
2 changed files with 2 additions and 2 deletions

View File

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

2
.zshrc
View File

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