github的使用

   

  第一步

  git config --global user.name "Richard"

  git config --global user.email richard@gmail.com

第二步
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/Wen1750686723/ss.git
git push -u origin master
第三步
输入username和password
第四步
ok等待上传完毕就好了


posted on 2015-04-30 15:56  liuwenbohhh  阅读(91)  评论(0)    收藏  举报