Git Garbage Collection Visualized #VisualGit

preview_player
Показать описание
Git Garbage Collection will clean up any files in the repository that are unreachable. This tutorial using #VisualGit shows the internals of Git once a commit is made unreachable by resetting the branch to the previous commit and then removing the unreachable commit from the Reflog. Running Git Prune then simulates the purge without placing our objects into the Pack file as would occur if we ran the full Git GC command.

Рекомендации по теме
Комментарии
Автор

I've read somewhere that git keeps unreachable objects for 30 days not 90. Not sure who to believe 😅

richardbray
Автор

thanks for the video. it is interesting to know that :)

ZeehanTalukder
welcome to shbcf.ru