等风起

如果当誓时

All at vows.


  1. 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笔记 继续阅读