This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
auto commit
tags/v1.0.0
yitter
4 years ago
parent
31e0f44b2a
commit
9d26d3c0d8
2 changed files
with
0 additions
and
43 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-37
auto_commit.bat
+0
-6
auto_download.bat
+ 0
- 37
auto_commit.bat
View File
@@ -1,37 +0,0 @@
@echo off
set result=[OK]
set tag=[OK]
set msg="auto commit"
echo --------------------------------------------------------
if not "%1" == "" (
SET msg=%1
)
git add -A
git commit -am %msg%
git push
if "%errorlevel%"=="1" goto ERR
goto END
:ERR
set result=[error]
set tag=[error]
:END
echo %tag% result: %result%
echo ========================================================
if "%tag%"=="×" (
SET __ERROR__=true
@pause
)
:QUIT
+ 0
- 6
auto_download.bat
View File
@@ -1,6 +0,0 @@
@echo off
git pull
@rem @pause
Write
Preview
Loading…
Cancel
Save