mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-08 08:31:53 +00:00
添加git自动更新命令
This commit is contained in:
@ -134,7 +134,7 @@ return array(
|
||||
'cookie' => '',
|
||||
// 如果需要自动辅种,必须配置
|
||||
'passkey' => '',
|
||||
'id' => 0, // 用户ID
|
||||
'id' => 0, // 用户ID(不是用户名)
|
||||
'workingMode' => 0,
|
||||
'watch' => '/root/downloads',
|
||||
'filter' => array(
|
||||
|
5
git自动更新.cmd
Normal file
5
git自动更新.cmd
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
git pull
|
Reference in New Issue
Block a user