mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
There are now two basic bat scripts in dmitool and mapmerge which painlessly inserts the necessary lines for the commit tools to work into .git/config.
7 lines
239 B
Batchfile
7 lines
239 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
|