mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 13:11:17 +08:00
8 lines
154 B
Batchfile
8 lines
154 B
Batchfile
@echo off
|
|
|
|
git checkout master
|
|
git reset --hard origin-github/dev
|
|
git pull origin-github
|
|
git add .
|
|
git push origin-github master --tags
|
|
git checkout dev |