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