desktop-debian/git/ggc.sh

8 lines
73 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01:00
#!/bin/bash
# git cleanup
git gc --aggressive
git repack -Ad
git prune