_dump/ggc.sh

8 lines
71 B
Bash
Executable File

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