]> git.phdru.name Git - git-scripts.git/blob - gc-expire
Feat(fix-detached-head): Replace `branch -r` by `for-each-ref`
[git-scripts.git] / gc-expire
1 #! /bin/sh
2
3 git reflog expire --expire=now --all &&
4 exec git gc --aggressive --prune=now