From 197e0a8c391175289f6dcf37aaf9242249f5a60b Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 3 Mar 2025 22:59:57 -0800 Subject: update --- sh/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/upd b/sh/upd index f23bbe9..48cf267 100755 --- a/sh/upd +++ b/sh/upd @@ -39,7 +39,7 @@ backup () { git branch | awk '{print ($1=="*")?$2:$1}' | while read -r branch; do git checkout "$branch" git pull - # Push ca, and other new vps branches (which means any branches other than master/studio/pp) to codeberg or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. + # Push any branches other than master/studio/pp to codeberg or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. case "$branch" in master|studio|pp) ;; *) git push;; -- cgit v1.2.3-70-g09d2