giton commit Update tutorial for simplified "git" script. (81bb573)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"