4 lines
87 B
Batchfile
4 lines
87 B
Batchfile
|
@echo off
|
||
|
|
||
|
copy commit_msg_template.txt "%USERPROFILE%\.commit_msg_template.txt" /y
|