I have a remote git repository that various people pull from using ssh. I would like to disable the git repository but provide some sort of friendly explanation whenever there is a git clone or git pull. For example, "This git repository is no longer being maintained. Please use the repository at XYZ in the future".
Is there a (relatively) easy way to do this?