3 lines
102 B
Batchfile
3 lines
102 B
Batchfile
|
@echo off
|
||
|
echo Run this to install the auto-format hook.
|
||
|
copy hooks\pre-commit .git\hooks\pre-commit
|