desktop-ubuntu/git/ggc.sh

8 lines
73 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/bin/bash
# git cleanup
git gc --aggressive
git repack -Ad
git prune