2021年2月13日

git的常见命令

摘要: git config --global user.name "****" 配置仓库使用用户 git config --global user.email "*******@qq.com" 配置用户邮箱 git config --global color.ui true 配置颜色高亮显示 git co 阅读全文

posted @ 2021-02-13 20:00 爱学习的渣渣 阅读(36) 评论(0) 推荐(0)

导航