Files
jellyfin-web/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh
T
Luke Pulverenti 52f247c51a update components
2016-03-27 19:22:53 -04:00

6 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