diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-24 18:44:07 -0700 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-24 18:44:07 -0700 | 
| commit | d08f3dc5bf7d0718a4fa788f41b2abf295cd13e0 (patch) | |
| tree | 47c95bae2db5529a2616a9c4fc0fb97501db163b /sh/upd | |
| parent | 0c7523494099d682831e6adf40aa9697ca765f03 (diff) | |
update
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 | 
