Skip to content

Instantly share code, notes, and snippets.

View ctindall's full-sized avatar

Cameron Tindall ctindall

View GitHub Profile
#!/bin/sh
set -e
cd "$(git rev-parse --show-cdup)"
# Find all the objects that are in packs:
if [ "$(ls -A .git/objects/pack)" ]
then