Skip to content

Commit a00cb4c

Browse files
author
Сосна Евгений
committed
Добавленна стандартная настройка для windows систем.
1 parent 768ae45 commit a00cb4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

copy-to-hook.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
xcopy .\ibService .\..\..\.git\hooks\ibService\ /Y /E /F
66
xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
77
xcopy .\v8Reader.epf .\..\..\.git\hooks\ /Y /F
8-
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
8+
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
9+
10+
cd .\..\..\
11+
git config --local core.quotepath false

0 commit comments

Comments
 (0)