1
0
Fork 0
x64dbg/install.bat

4 lines
134 B
Batchfile
Raw Permalink Normal View History

2014-08-05 06:30:03 +08:00
@echo off
echo Run this to install the auto-format hook.
git config core.autocrlf false
2014-08-05 06:30:03 +08:00
copy hooks\pre-commit .git\hooks\pre-commit