From 07f2c8ab632df5979d800a81dffa42100c2b5c3c Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 25 Sep 2023 19:04:02 -0700 Subject: [PATCH] Add gfa = git fetch --all. --- cmd_autoexec.bat | 1 + voussoir.bashrc | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd_autoexec.bat b/cmd_autoexec.bat index 7d0fb41..e30dbcc 100644 --- a/cmd_autoexec.bat +++ b/cmd_autoexec.bat @@ -13,4 +13,5 @@ doskey which=where $* doskey gc=gitcheckup $* doskey gp=git push $* doskey gpa=git_push_all $* +doskey gfa=git fetch --all doskey setlatest=recycle __latest $T mklink /j __latest $* diff --git a/voussoir.bashrc b/voussoir.bashrc index f4c43ea..d07c84f 100644 --- a/voussoir.bashrc +++ b/voussoir.bashrc @@ -16,6 +16,7 @@ alias move=mv alias copy=cp alias md=mkdir alias cls=clear +alias gfa=git fetch --all # This generates a warning in some non-interactive situations, like cron. bind TAB:menu-complete > /dev/null 2>&1