摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "账户名" git config --global user.email "邮箱地址" 创建 git 仓库: mkdir Printer cd Printer git init touch REA 阅读全文
posted @ 2020-04-27 16:23 brave-sailor 阅读(223) 评论(0) 推荐(0) 编辑