Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to sync to codesandbox from github repo?

Tags:

codesandbox

I created a CodeSandbox from github repo. How can I sync to CodeSandbox if there are some commits pushed to github repo? I see there is a github view on Codesandbox but it doesn't show any pull action.

like image 275
Joey Yi Zhao Avatar asked May 02 '19 00:05

Joey Yi Zhao


2 Answers

Visit https://codesandbox.io/s/github and import your GitHub repo there, you can push to your GitHub repo for your CodeSandbox editor using the GitHub button by the left-hand side of your screen, sign in then put in the commit message and create a pull request.

like image 179
Shodipo Ayomide Avatar answered Sep 17 '22 20:09

Shodipo Ayomide


According to codesandbox docs

The imported repository will always stay up to date with your latest commits. This means that any change to the GitHub repository will be reflected immediately to the sandbox.

like image 42
Ivan V. Avatar answered Sep 16 '22 20:09

Ivan V.