ssh -t jame,ftnapps@shell.sourceforge.net create
cd /home/scm_git/f/ft/ftnapps
<rename the auto created repo>
mv ftnapps ftnapps.git
<create repo for crashmail>
mkdir crashmail.git
git --git-dir=crashmail.git init --shared=all --bare
<create repo for jamnntpd>
mkdir jamnntpd.git
git --git-dir=jamnntpd.git init --shared=all --bare
<create repo for tinytic>
mkdir tinytic.git
git --git-dir=tinytic.git init --shared=all --bare
<create repo for vireq>
mkdir vireq.git
git --git-dir=vireq.git init --shared=all --bare
