mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
6 lines
102 B
Bash
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
|