Answers for "How to clean up the git repo and reduce its disk size"

0

How to clean up the git repo and reduce its disk size

git remote prune origin && git repack && git prune-packed && git reflog expire --expire=1.month.ago && git gc --aggressive
Posted by: Guest on October-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language