mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
7 lines
233 B
Batchfile
7 lines
233 B
Batchfile
@echo off
|
|
set tab=
|
|
echo. >> ../../.git/config
|
|
echo [merge "merge-dmi"] >> ../../.git/config
|
|
echo %tab%name = iconfile merge driver >> ../../.git/config
|
|
echo %tab%driver = ./tools/dmitool/dmimerge.sh %%O %%A %%B >> ../../.git/config
|