7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
git checkout master && \
|
|
git push origin master && \
|
|
git checkout gh-pages && \
|
|
git merge master && \
|
|
git push origin gh-pages && \
|
|
git checkout master
|