https://github.com/ray-project/ray
Raw File
Tip revision: ec1324d3f94b51399657041ce82263617dbf84ed authored by Chris Wong on 03 September 2021, 07:30:33 UTC
Make stuff less painful to read
Tip revision: ec1324d
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/scripts/pre-push
ln -s "$PWD"/scripts/pre-push "$PWD"/.git/hooks/pre-push
back to top