change git.faronear.org to git.tic.cc

This commit is contained in:
Luk
2025-03-27 11:25:26 +08:00
parent d1a953c25c
commit 26a245c81c
9 changed files with 13 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ for /d %%o in (*) do (
pushd %%g
@REM echo changing repo url
@REM git remote remove origin
@REM git remote add origin https://git.faronear.org/%%o/%%g
@REM git remote add origin https://git.tic.cc/%%o/%%g
@REM git pull
@REM git branch --set-upstream-to=origin/main main
@REM git pull