github usage

来源:互联网 发布:网络谣言与言论自由 编辑:程序博客网 时间:2024/06/05 02:44

everytime you need to upload something to github

you will need to create a Repo!

and 

cd ./One-Projectgit initgit add ./*git remote add origin https://github.com/[YourUsername]/[TheNewRepo].gitgit push -u origin master

then you will upload all the codes to GitHub


For more things, please check out

http://help.github.com


Enjoy sharing!

原创粉丝点击