add git cleaning
This commit is contained in:
parent
dcd27d57ce
commit
5802f0e6d3
@ -115,6 +115,15 @@ Finally, you can clone this repo from your original.
|
||||
|
||||
Gitlab requires more changes, such as going to `settings > repository` and switching the main branch, then stripping protection.
|
||||
|
||||
## Clean up Bloated Repo
|
||||
|
||||
> git fsck --full
|
||||
|
||||
> git gc --prune=now --aggressive
|
||||
|
||||
> git repack
|
||||
|
||||
|
||||
## Find Binary Blobs
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user