move git cleanup
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user