2021年11月22日
摘要: 一.添加GIt资源库 二.提交代码到本地仓库 第三步,提交到远程仓库 新建仓库获取仓库地址 阅读全文
posted @ 2021-11-22 20:23 熊熊77 阅读(241) 评论(0) 推荐(0)
  2021年11月16日
摘要: git 的一些全局配置 git config --global user.name "Your Name" //设置用户名 git config --global user.email "email\@example.com" //\设置邮箱 git config --global --unset 阅读全文
posted @ 2021-11-16 16:21 熊熊77 阅读(34) 评论(0) 推荐(0)