SEVersionManageGit本页总览Git #Git #命令 基本配置 配置用户和邮件 git config --global user.name "Your Name Comes Here"git config --global user.email you@yourdomain.example.com 彩色输出 git config --global color.ui truegit config --global core.pager more