_dump/ggc.sh

8 lines
71 B
Bash
Raw Normal View History

2023-10-11 21:29:03 +02:00
#!/bin/sh
# git cleanup
git gc --aggressive
git repack -Ad
git prune