Automatic commit
This commit is contained in:
parent
6401ffa7ff
commit
158278e56a
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"Version": 1001,
|
"Version": 1001,
|
||||||
"Url": "DwoodAutoSetup.exe",
|
"Url": "DwoodAutoSetup.exe",
|
||||||
"Content": "德木自动化生产控制系统安装程序初始版本",
|
"Content": "222222222222",
|
||||||
"history_version": [
|
"history_version": [
|
||||||
{
|
{
|
||||||
"Version": 1000,
|
"Version": 1000,
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
@echo off
|
||||||
|
|
||||||
|
setlocal
|
||||||
|
|
||||||
|
set repoUrl=ssh://git@git.tool.dwoodauto.com:2221/jason/mes-admin-windows-release.git
|
||||||
|
set folderPath=E:\Demu\mes-admin-windows-release
|
||||||
|
|
||||||
|
cd %folderPath%
|
||||||
|
|
||||||
|
echo Adding files...
|
||||||
|
git add -A
|
||||||
|
|
||||||
|
echo Committing changes...
|
||||||
|
git commit -m "Automatic commit"
|
||||||
|
|
||||||
|
echo Pushing to remote repository...
|
||||||
|
git push %repoUrl%
|
||||||
|
|
||||||
|
echo Done.
|
||||||
|
|
||||||
|
endlocal
|
Loading…
Reference in New Issue