摘要: 初始化git操作(摘自码云) Git 全局设置: git config --global user.name "luohanye" git config --global user.email "indexman@126.com" 创建 git 仓库: mkdir helloweb cd hello 阅读全文
posted @ 2019-03-14 16:29 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑