1.回退
git reset --hard master
2.记住用户名密码
git config --global credential.helper store
3.清楚用户名密码
git config --system --unset credential.helper
git不常用命令
阅读 54
2022-02-26
1.回退
git reset --hard master
2.记住用户名密码
git config --global credential.helper store
3.清楚用户名密码
git config --system --unset credential.helper
相关推荐
精彩评论(0)