diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-03-03 22:59:57 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-03-03 22:59:57 -0800 |
commit | 197e0a8c391175289f6dcf37aaf9242249f5a60b (patch) | |
tree | 6e96f02dba0fb7f2eca25eccce2b300649561fb6 /sh | |
parent | 30981083514e9fd5652fc8e7368a28225ee3ddd4 (diff) |
update
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |