diff options
Diffstat (limited to 'sh/upd')
-rwxr-xr-x | sh/upd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -29,8 +29,7 @@ backup () { git pull # Push ca, ia, 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. case "$branch" in - # here, : seems no need - master|studio|pp) :;; + master|studio|pp) ;; *) git push;; esac done |