#!/bin/sh git remote prune origin && git replace && git prune-packed && git reflog expire --expire=1.month.ago && git gc --aggressive