giton commit tutorial.txt: start describing how to copy repositories (f35ca9e)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"