Pushed my current JamNNTPd git repository to the ftnapps project JamNNTPd git repository at SourceForge.
git remote add origin ssh://jame@ftnapps.git.sourceforge.net/gitroot/ftnapps/jamnntpd.git git config branch.master.remote origin git config branch.master.merge refs/heads/master
git push origin master (initial push to populate repo) git push --all origin git push --tags origin
