in reply to OT - git related bourne-like shell functions

FWIW, http://gitimmersion.com/ has some similar things, the win32 equivalent of which might be
doskey gs=git status $* doskey ga=git add $* doskey gb=git branch $* doskey gc=git commit $* doskey gd=git diff $* doskey go=git checkout $* doskey gk=start "" gitk --all $* doskey gx=gitx --all $* doskey gh=git log --pretty=format:"%h %ad | %s%d [%an]" --graph --dat +e=short doskey got=git $* doskey get=git $*

A more readable fork of that tutorial is http://githowto.com/

  • Comment on Re: OT - git related (bourne-like shell) functions (cmd.exe/doskey)
  • Download Code