摘要: 简易的命令行入门教程 Git 全局设置: git config --global user.name "xxx" git config --global user.email "xx@qq.com" 创建 git 仓库: mkdir projects cd projects git init tou 阅读全文
posted @ 2020-04-08 00:01 划破黑夜 阅读(59) 评论(0) 推荐(0) 编辑