Menu

Tree [14aec8] Study-poll /
 History

HTTPS access


File Date Author Commit
 Pi_wifi 2018-03-26 denk denk [14aec8] Add Pi tools
 Makefile 2013-05-28 denkyuan denkyuan [66b5c6] SF commit
 README.txt 2018-03-26 denk denk [14aec8] Add Pi tools
 ibms.c 2013-05-28 Nico Nico [1d1083] v-001
 ptyomxp.c 2013-05-28 Nico Nico [e616bf] v-002
 tcps.c 2018-03-26 denk denk [14aec8] Add Pi tools

Read Me

First time using Git
cd myproject
git init
# add all your files.  Users can specify file names or directories instead of '.'
git add .
git commit -a -m 'Initial commit'
git remote add origin ssh://yuanhy0055@git.code.sf.net/p/tcprc/code
git push -u origin master
Existing repository using Git
cd myproject
git remote add origin ssh://yuanhy0055@git.code.sf.net/p/tcprc/code
git push -u origin master