Files
ThirdParty-6/ParaView-5.0.1/CMake/pre-commit

12 lines
249 B
Bash
Executable File

#!/bin/sh
echo 'Please initialize your local Git hooks.
Paste the following commands into a shell:
cd "'$(pwd)'/.git/hooks"
git init
git pull .. remotes/origin/hooks
cd ../..
See http://www.vtk.org/Wiki/VTK/Git#Hooks for more details.'
exit 1