mirror of
https://github.com/snltty/linker.git
synced 2025-12-19 09:56:46 +08:00
7 lines
90 B
Batchfile
7 lines
90 B
Batchfile
@echo off
|
|
|
|
SET comment=%1
|
|
|
|
git add .
|
|
git commit -m "%comment%"
|
|
git push origin dev --tags |