wiki/.githooks/pre-commit

5 lines
66 B
Text
Raw Normal View History

#!/usr/bin/env bash
tar czf _git.tar.gz .git
git add _git.tar.gz