随笔分类 -  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 line10 11 git remote add 阅读全文
posted @ 2012-08-13 14:50 柱柱 阅读(164) 评论(0) 推荐(0)