script to create git hook symlinks added
This commit is contained in:
5
config/git_hooks/post-commit
Executable file
5
config/git_hooks/post-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python2
|
||||
import os
|
||||
os.system("source/scripts/get_history.py")
|
||||
|
||||
|
5
config/git_hooks/post-merge
Executable file
5
config/git_hooks/post-merge
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python2
|
||||
import os
|
||||
os.system("source/scripts/get_history.py")
|
||||
|
||||
|
Reference in New Issue
Block a user