删除本地所有为暂存的修改:
git checkout -f
如果有修改以及加入暂存区的话
那么 使用如下命令:
git reset --hard git clean -xdf
原文地址:https://www.cnblogs.com/ryanzheng/p/8573155.html
时间: 2024-10-08 20:03:19
删除本地所有为暂存的修改:
git checkout -f
如果有修改以及加入暂存区的话
那么 使用如下命令:
git reset --hard git clean -xdf
原文地址:https://www.cnblogs.com/ryanzheng/p/8573155.html