摘要: git 使用教程 初始化本地仓库 $ git init 配置仓库信息 $ git config --global user.mail "email@emailc.com" $ git config --global user.name "name" 添加文件到暂存区时,忽略某些文件 $ touch 阅读全文
posted @ 2020-08-19 11:23 duapple 阅读(3) 评论(0) 推荐(0) 编辑