2025-02-23 2025-02-23 Git 概述记录一下这两命令,虽然看着简单,但是记不住 :) 设置本地Git用户名和邮箱12git config --global user.name "你的用户名"git config --global user.email "你的邮箱地址" 例如 12git config --global user.name "hyhacct"git config --global user.email "hyhacct@outlook.com" 查看当前的Git配置1git config --list 前一篇 Git - 初始化远程仓库 后一篇 Git - 使用GitHubActions进行CI/CD