summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-03-03 22:59:57 -0800
committerXiao Pan <xyz@flylightning.xyz>2025-03-03 22:59:57 -0800
commit197e0a8c391175289f6dcf37aaf9242249f5a60b (patch)
tree6e96f02dba0fb7f2eca25eccce2b300649561fb6
parent30981083514e9fd5652fc8e7368a28225ee3ddd4 (diff)
update
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
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;;