1) how to use the gitbub
2)
I want to create a project , like tomcat, however, it can answer some questions from babies.
here are the steps.
2.1 i already downloaded cocos2d-x code and make it work sucessfully
refer to my previous passage.2.2) then I create my own repo in github . refer to 1) the repo is :
https://github.com/kenieevan/talkingcat.git
2.3) upload my projects into github.
-> create your own local repo
#optional if you use proxy
git config --global http.proxy proxy01.cd.intel.com:911
git pull https://github.com/kenieevan/talkingcat.gitgit remote add orgin https://github.com/kenieevan/talkingcat.git
git push origin master