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