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
git rebase master
git push origin gh-pages --force
git checkout master