diff --git a/.githooks/pre-push b/.githooks/pre-push index 0d4df0e..3cce9b3 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -1,5 +1,6 @@ #!/bin/sh +echo "" echo "Checking for unstaged changes..." git diff --exit-code EXIT_CODE=$?