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-16 09:51:35 -07:00
git rebase master
2015-12-15 22:30:14 -07:00
git push origin gh-pages --force
2016-04-16 09:51:35 -07:00
git checkout master