mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
8 lines
229 B
Bash
Executable File
8 lines
229 B
Bash
Executable File
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
|