mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-08-24 06:54:51 +00:00
增加git更新批处理
This commit is contained in:
5
git_pull.sh
Normal file
5
git_pull.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
cd /root/IYUUAutoReseed
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
git pull
|
Reference in New Issue
Block a user