Skip to content

Commit b6a3604

Browse files
committed
+ [githook-85] resolve #3
1 parent 511635a commit b6a3604

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ chdbits2/target
66
chdbits2/local-m2
77
chdbits2/pom.xml
88

9+
/_
10+

git-hook/__link

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
22

3-
cd $HOME/src/playgrounds/.git/hooks
3+
echo $0
4+
cd $(dirname $0)/../.git/hooks
5+
pwd
6+
#cd $HOME/src/playgrounds/.git/hooks
47
ln -snf ../../_/git-hook/commit-msg-hook.py commit-msg

0 commit comments

Comments
 (0)