We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天登录GitHub,突然发现我之前的提交记录完全消失了,瞬间进入蒙逼状态 😵。
然后大脑开始高速运转,努力回想我这两天都干了啥,为什么都消失不见了呢。是的,我修改过邮箱地址。想到这儿,立刻进入设置,把之前的邮箱地址重新添加回来。😄,然后之前的提交记录又全都回来了。
所以,千万不要随便更改自己的邮箱信息,至少不要删除它。因为它和你的所有提交信息都是相关联的,包括Contributions。那如何查看一下我本地库的用户设置信息呢?
查看用户名:
git config --get user.name
查看邮箱:
git config --get user.email
查看所有的设置信息:
git config --list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
今天登录GitHub,突然发现我之前的提交记录完全消失了,瞬间进入蒙逼状态 😵。
然后大脑开始高速运转,努力回想我这两天都干了啥,为什么都消失不见了呢。是的,我修改过邮箱地址。想到这儿,立刻进入设置,把之前的邮箱地址重新添加回来。😄,然后之前的提交记录又全都回来了。
所以,千万不要随便更改自己的邮箱信息,至少不要删除它。因为它和你的所有提交信息都是相关联的,包括Contributions。那如何查看一下我本地库的用户设置信息呢?
查看用户名:
查看邮箱:
查看所有的设置信息:
The text was updated successfully, but these errors were encountered: