Adapt tutorial to cygwin and add test case
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 13 Oct 2005 18:36:37 +0000 (11:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 18:36:37 +0000 (11:36 -0700)
commit2ae6c706749b44f05917fcd04037f545d16fb345
tree54eb87ca717665e53be38879ae82c42387671ac0
parent257380896fa4d11f6b6d7773f18c153001a95b60
Adapt tutorial to cygwin and add test case

Lacking reliable symlinks, the instructions in the tutorial did not work
in a cygwin setup. Also, a few outputs were not correct.

This patch fixes these, and adds a test case which follows the
instructions of the tutorial (except git-clone, -fetch and -push, which I
have not done yet).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt
t/t1200-tutorial.sh [new file with mode: 0644]