mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 11:14:49 +00:00
8 lines
229 B
Bash
8 lines
229 B
Bash
|
cd ../../
|
||
|
git clone git@github.com:facebook/react-native.git react-native-gh-pages
|
||
|
cd react-native-gh-pages
|
||
|
git checkout origin/gh-pages
|
||
|
git checkout -b gh-pages
|
||
|
git push --set-upstream origin gh-pages
|
||
|
cd ../react-native/website
|