weblog of key_amb

主にIT関連の技術メモ

git gc/prune で unreachable loose objects を掃除する(メモ)

ある日 working tree で作業していると以下のような警告を目にした。

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

みなさんにもこんな経験はないだろうか。

こんなときはメッセージに従って git prune または git gc を実施すればいいようです。

参考