move git cleanup

This commit is contained in:
2026-04-27 12:41:06 +02:00
parent cc811fc025
commit 1994d9fbb3
2 changed files with 10 additions and 22 deletions

View File

@@ -1,22 +0,0 @@
---
title: Clean up a bloated git repo
tags:
- data
- setup
requires:
- data/git.md
---
```sh
git fsck --full
```
```sh
git gc --prune=now --aggressive
```
```sh
git repack
```