摘要: Git 流程图 Workspace:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 配置 Git # 配置全局用户 $ git config --global user.name "用户名" $ git config --global 阅读全文
posted @ 2020-06-17 11:14 echo丶若梦 阅读(837) 评论(0) 推荐(0) 编辑