mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(hooks): improve symlinks script
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
ln -s -f .hooks/* .git/hooks/
|
#ln -s -f .hooks/* .git/hooks/
|
||||||
|
cd .git/hooks/
|
||||||
|
cp --symbolic-link -f ../../.hooks/* .
|
||||||
|
|||||||
Reference in New Issue
Block a user