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