desktop-ubuntu/git/ggc.sh

8 lines
73 B
Bash
Executable File

#!/bin/bash
# git cleanup
git gc --aggressive
git repack -Ad
git prune