git 文件太大了怎么办
- Micro Topics
- 2025-05-22
- 376 Views
- 0 Comments
- 52 Words
Reader mode is not fully supported on this site; please use it with caution.
给我这个沙比买单:
git log 查看之前的提交记录
git reset [HEAD] 回退到某一个版本
这样操作不会删除本地记录,并且能回退
git status查看状态
Reader mode is not fully supported on this site; please use it with caution.
给我这个沙比买单:
git log 查看之前的提交记录
git reset [HEAD] 回退到某一个版本
这样操作不会删除本地记录,并且能回退
git status查看状态