mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +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
234 B
Batchfile
7 lines
234 B
Batchfile
@echo off
|
|
set tab=
|
|
echo. >> ../../.git/config
|
|
echo [merge "merge-dmm"] >> ../../.git/config
|
|
echo %tab%name = mapmerge driver >> ../../.git/config
|
|
echo %tab%driver = ./tools/mapmerge/mapmerge.sh %%O %%A %%B >> ../../.git/config
|