Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pre-push git hook to prevent pushing to yugabyte repo
Summary: 1) Add hooks/ directory 2) Add pre-push python script Test Plan: ``` ln -s hooks/pre-push .git/hooks/pre-push ybd --sj touch fakefile git commit -am "test" ``` Attempt to push to yugabyte/{branch} and it should fail Attempt to push to {other-repo}/{branch} and it should succeed To test that this does not block `arc land`, we will see if landing this diff is successful.. Jenkins: skip Reviewers: mikhail, jason Reviewed By: mikhail, jason Subscribers: devops Differential Revision: https://phabricator.dev.yugabyte.com/D8957
- Loading branch information