jellyfin-web/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh
2016-04-16 12:51:35 -04:00

6 lines
102 B
Bash

#/bin/sh
git checkout gh-pages
git rebase master
git push origin gh-pages --force
git checkout master