yoheia% cd ~/Documents/src/github
yoheia% mkdir binary
yoheia% cd binary
yoheia% git init
yoheia% find . -name '.git' -prune -o -ls
6016542 0 drwxr-xr-x 4 yoheia staff 136 4 25 17:33 .
6016750 0 drwxr-xr-x 4 yoheia staff 136 4 25 17:33 ./oracle
6004918 76384 -rw-r--r-- 1 oracle oinstall 39104673 4 25 14:24 ./oracle/oracle_ee_leopard.zip
6012187 71248 -rw-r--r-- 1 yoheia staff 36475895 4 25 15:29 ./oracle/oracle_se_leopard.zip
yoheia% git add oracle
yoheia% git commit -m 'oracle executable for Mac OS X Leopard'
yoheia% git remote add origin git@github.com:yoheia/binary.git
yoheia% git push origin master