摘要: 1. 从远端克隆:git clone -b 克隆的分支 git的地址( eg:git clone -b master https://gitee.com/test/test.git ) 2.提交修改的内容: 1) git add . 2) git commit -m "本次修改了什么内容" 3) g 阅读全文
posted @ 2019-04-13 15:12 智走 阅读(380) 评论(0) 推荐(0)