mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#/bin/sh
|
|
git checkout gh-pages
|
|
git rebase master
|
|
git push origin gh-pages --force
|
|
git checkout master
|