lwz7512 / ipintu

pintu v1 source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World git on 2011/07/17
all the git use tips:
http://help.github.com/git-cheat-sheets/

# add all the files to commit task:
git add .
#commit all the modifcation to local database and add message, press Esc, then enter ZZ to quit vim:
git commit -m "write some english note, can not use chinese!"
#commit the local repository to github:
git push origin master

About

pintu v1 source code


Languages

Language:Java 72.1%Language:JavaScript 27.9%