Skip to content

Commit e3f8371

Browse files
committed
Merge pull request xDrivenDevelopment#66 from nixel2007/add-tools
Добавлено создание ссылки на каталог tools
2 parents fabc6a0 + b3c02de commit e3f8371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create-links-in-hooks.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mklink ".git/hooks/pre-commit" "%~dp0pre-commit"
22
mklink ".git/hooks/pyv8unpack.py" "%~dp0pyv8unpack.py"
33
mklink /J ".git/hooks/ibService" "%~dp0ibService"
44
mklink /J ".git/hooks/v8Reader" "%~dp0v8Reader"
5+
mklink /J ".git/hooks/tools" "%~dp0tools"
56
git config --local core.quotepath false

0 commit comments

Comments
 (0)