mirror of
https://github.com/snltty/linker.git
synced 2025-12-20 02:16:44 +08:00
7 lines
98 B
Batchfile
7 lines
98 B
Batchfile
@echo off
|
|
|
|
SET comment=%1
|
|
|
|
git add .
|
|
git commit -m "%comment%"
|
|
git push origin-github dev --tags |