in reply to OT - git related bourne-like shell functions
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/
|
|---|