0
点赞
收藏
分享

微信扫一扫

git不常用命令

全栈学习笔记 2022-02-26 阅读 54
git

1.回退

git reset --hard  master

2.记住用户名密码

git config --global credential.helper store

3.清楚用户名密码

git config --system --unset credential.helper

举报

相关推荐

0 条评论