deerflow2/.githooks/pre-push

8 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
REPO_ROOT="$(git rev-parse --show-toplevel)"
cd "$REPO_ROOT"
"$REPO_ROOT/scripts/git/pre-push-rebase.sh"