张贴在 2023

  • Git常用命令

    Wednesday, March 29, 2023 在 Tools

    Git常用命令 git配置 说明 命令 配置用户名 git config –global user.name “weidong” 配置邮箱 git config –global user.email “caowd1990@163.com” 查看配置 git config –global –list 查看当前仓库配置信息 git config –local –list 中文文件名 …

    更多