清除git reflog
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清除git reflog相关的知识,希望对你有一定的参考价值。
This example shows how to clean up git's reflogs entries in order save space (see http://www.newartisans.com/blog/2008/04/diving-into-git.html).
$ git reflog expire --expire=1.minute refs/heads/master $ git fsck --unreachable # now I see those tarball blobs! $ git prune # hasta la vista, baby # git gc # cleanup and repack the repo
以上是关于清除git reflog的主要内容,如果未能解决你的问题,请参考以下文章
GitGit 基础命令 ( 查看提交记录 git log | 版本回滚 git reset | 撤销回滚 git reflog )
GitGit 基础命令 ( 查看提交记录 git log | 版本回滚 git reset | 撤销回滚 git reflog )