-
Git学习笔记
缓存账号密码 git config --global credential.helper store # 修改已缓存账号密码 vi ~/.git-credentials 设置用户名、邮箱 # 设置全局用户名 git config --global user.name "Your Name" # 设置全局邮箱地址 git config --global user.email "your_email@example.com" 撤销本地所有未提交的更改 git ……
缓存账号密码 git config --global credential.helper store # 修改已缓存账号密码 vi ~/.git-credentials 设置用户名、邮箱 # 设置全局用户名 git config --global user.name "Your Name" # 设置全局邮箱地址 git config --global user.email "your_email@example.com" 撤销本地所有未提交的更改 git ……