What is the behaviour with git hooks when a worktree is spawned in a sandbox? Because the postcheck git hooks when i specify ```sh if [[ "$1" != "0000000000000000000000000000000000000000" ]]; then exit 0 fi ``` dont work