文章分类 -  Git

git的使用
摘要:下载:git命令行代码:到需要的目录下 git clone +地址上传:1.cd到目录下git add . 添加到目录2.git commit -m "the first mosaicworld"3.git push -u origin master//———————————————————————... 阅读全文
posted @ 2015-07-07 18:00 六界剑仙 阅读(700) 评论(0) 推荐(0)