From 31ef32be873b934bc485289c4c14adb4682b16a2 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 18 Feb 2024 23:18:07 +0800 Subject: [PATCH] Revert "Add `--all` to "gpl" command." This reverts commit 4e6f731e0564c2cb4675be8517ae4b587c7465a3. --- .bashrc | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 692701a..de84b58 100644 --- a/.bashrc +++ b/.bashrc @@ -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 --all --autostash --rebase --recurse-submodules" +alias gpl="git pull -v --autostash --rebase --recurse-submodules" alias l="last" alias ll="ls -l" alias lo="logout" diff --git a/.zshrc b/.zshrc index 66043d6..3efa5d4 100644 --- a/.zshrc +++ b/.zshrc @@ -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 --all --autostash --rebase --recurse-submodules" +alias "gpl=git pull -v --autostash --rebase --recurse-submodules" alias "l=last" alias "ll=ls -l" alias "lo=logout"