From 561828d13583e2067d5739d44e8275d0145f30b2 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 24 Apr 2024 05:26:32 +0800 Subject: [PATCH] Add --all oh "git pull" to fetch all branches. --- .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"