Loading

摘要: 拉取代码 git命令行输入,下同 # 拉取整个仓库 git clone http://XXX/index/helloword.git # 拉取远程 dev 分支 git clone -b dev http://XXX/index/helloword.git # helloword cd YourFi 阅读全文
posted @ 2019-10-16 14:05 寒烟濡雨 阅读(454) 评论(0) 推荐(0)

Loading