chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:17 +08:00
commit 7243d5823b
2201 changed files with 257291 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@echo off
setlocal
git checkout main
if errorlevel 1 exit /b 1
git fetch -ap upstream
if errorlevel 1 exit /b 1
git fetch -ap
if errorlevel 1 exit /b 1
git rebase upstream/main
if errorlevel 1 exit /b 1
git push
if errorlevel 1 exit /b 1