2024-11-12 Git基本命令 Git基本命令 (1)初始化 初始化设置用户名和邮箱 git config --global user.name "Your Name" git config --global user.email email@email.com git config --global credential.hel