1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh
2016-04-20 14:51:47 -04:00

5 lines
102 B
Bash

#/bin/sh
git checkout gh-pages
git rebase v0.5.x
git push origin gh-pages --force
git checkout v0.5.x