nix-config/.hooks/post-commit

6 lines
72 B
Bash
Executable file

#!/usr/bin/env bash
echo "restoring stashed changes"
git stash pop -q