mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
12 lines
249 B
Bash
Executable File
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
|