This website requires JavaScript.
Explore
Help
Sign In
scripts
/
_dump
Watch
1
Fork
You've already forked _dump
0
Code
Issues
Pull Requests
Activity
a5f3d109dc
_dump
/
ggc.sh
8 lines
71 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# git cleanup
git gc --aggressive
git repack -Ad
git prune
Reference in New Issue
View Git Blame
Copy Permalink