pre-push hook runs practracker unconditionally
Our pre-push hook script runs practracker whenever it exists. But we only want to run practracker on branches that are targeted for master.
I think perhaps we should change it to try making check-local? Or perhaps it could check for the existence of some other file that we could use to indicate whether we want practracker to run.