在安装了git for windows之后,个人总是忘记配置git config的命令,以此记录一下:
配置用户名和邮箱的命令
1 git config --global user.name "youname" 2 git config --global user.name "[email protected]"
时间: 2024-10-10 07:19:40
在安装了git for windows之后,个人总是忘记配置git config的命令,以此记录一下:
配置用户名和邮箱的命令
1 git config --global user.name "youname" 2 git config --global user.name "[email protected]"