随笔分类 -  git

一些git命令记录
摘要:git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # 配置用户名 git config --global user.email "xxx@xxx.com" # 配置邮件 git config --global color 阅读全文
posted @ 2020-09-24 14:28 web~Song 阅读(187) 评论(0) 推荐(0)