https://github.com/ray-project/ray
Raw File
Tip revision: 38ec2e70524a277d5aea307f6c843065ff982da5 authored by mehrdadn on 26 January 2020, 16:26:44 UTC
Revert "Use Boost.Process instead of pid_t (#6510)" (#6909)
Tip revision: 38ec2e7
setup_hooks.sh
#!/bin/bash
ln -s $PWD/scripts/pre-push $PWD/.git/hooks/pre-push
back to top