mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 18:15:22 +00:00
添加git自动更新命令
This commit is contained in:
parent
550e53d5e0
commit
80ca5e9690
@ -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
|
Loading…
x
Reference in New Issue
Block a user