master
joey 2007-10-03 18:28:36 +00:00
parent 423aa99998
commit 529c2da4c3
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Curious as to why support for CVS is not built in. --[[Luther]]
----
On the git setup instuctions, I wonder if this wouldn't work as well and be
simplete? --[[Joey]]
simpler? --[[Joey]]
mkdir $REPOSITORY
cd $REPOSITORY
@ -49,3 +49,4 @@ simplete? --[[Joey]]
rmdir $SRDDIR.old
git add .
git commit -m "initial commit"
git push $REPOSITORY master