Add gfa = git fetch --all.
This commit is contained in:
parent
a37e57058f
commit
07f2c8ab63
2 changed files with 2 additions and 0 deletions
|
@ -13,4 +13,5 @@ doskey which=where $*
|
||||||
doskey gc=gitcheckup $*
|
doskey gc=gitcheckup $*
|
||||||
doskey gp=git push $*
|
doskey gp=git push $*
|
||||||
doskey gpa=git_push_all $*
|
doskey gpa=git_push_all $*
|
||||||
|
doskey gfa=git fetch --all
|
||||||
doskey setlatest=recycle __latest $T mklink /j __latest $*
|
doskey setlatest=recycle __latest $T mklink /j __latest $*
|
||||||
|
|
|
@ -16,6 +16,7 @@ alias move=mv
|
||||||
alias copy=cp
|
alias copy=cp
|
||||||
alias md=mkdir
|
alias md=mkdir
|
||||||
alias cls=clear
|
alias cls=clear
|
||||||
|
alias gfa=git fetch --all
|
||||||
|
|
||||||
# This generates a warning in some non-interactive situations, like cron.
|
# This generates a warning in some non-interactive situations, like cron.
|
||||||
bind TAB:menu-complete > /dev/null 2>&1
|
bind TAB:menu-complete > /dev/null 2>&1
|
||||||
|
|
Loading…
Reference in a new issue