everytime you need to upload something to github
you will need to create a Repo!
and
cd ./One-Project
git init
git add ./*
git remote add origin https://github.com/[YourUsername]/[TheNewRepo].git
git push -u origin masterthen you will upload all the codes to GitHub
For more things, please check out
http://help.github.com
Enjoy sharing!
238

被折叠的 条评论
为什么被折叠?



