mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#/bin/bash
|
|
|
|
#ln -s -f .hooks/* .git/hooks/
|
|
cd .git/hooks/
|
|
cp --symbolic-link -f ../../.hooks/* .
|