jellyfin-web/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh

6 lines
102 B
Bash
Raw Normal View History

2015-12-15 22:30:14 -07:00
#/bin/sh
git checkout gh-pages
2016-04-20 11:51:47 -07:00
git rebase v0.5.x
2015-12-15 22:30:14 -07:00
git push origin gh-pages --force
2016-04-20 11:51:47 -07:00
git checkout v0.5.x