github自己用--(未完)

 1 Create a new repository on the command line
 2 
 3 touch README.md
 4 git init
 5 git add README.md
 6 git commit -m "first commit"
 7 git remote add origin https://github.com/itdazhu/itdazhu.git
 8 git push -u origin master
 9 Push an existing repository from the command line
10 
11 git remote add origin https://github.com/itdazhu/itdazhu.git
12 git push -u origin master
posted @ 2012-08-13 14:50  柱柱  阅读(153)  评论(0编辑  收藏  举报