摘要: Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/ljz/hacker.gitgit push -u origin masterPush an existing repository from the command linegit remote add origin https://github.com/ljz/hacke 阅读全文
posted @ 2013-11-15 16:22 呱呱老师 阅读(197) 评论(0) 推荐(0)