22title : Git Committing and PRs
33authors : ['CompuIves']
44description :
5- CodeSandbox allows you to import, commit and make a pull requests to GitHub
5+ CodeSandbox allows you to import, commit, and make pull requests to GitHub
66 repositories.
77---
88
99## Base Concept
1010
11- With CodeSandbox you can import any public GitHub repository as a sandbox, this
12- concept is described in more detail [ here] ( /docs/importing#import-from-github ) .
11+ With CodeSandbox you can import any GitHub repositories as a sandbox ( this
12+ concept is described in more detail [ here] ( /docs/importing#import-from-github ) ) .
1313An imported sandbox will automatically stay in sync with the GitHub repository;
1414if you make a commit to GitHub it will reflect immediately in the sandbox.
1515
@@ -19,6 +19,8 @@ the sandbox. When you create a fork of a GitHub sandbox we will still keep a
1919reference to the original GitHub repository. This allows you to create commits
2020and open pull requests from the forked sandboxes.
2121
22+ Anyone can import public GitHub repositories. You need a [ Pro subscription] ( https://codesandbox.io/pricing ) to be able to import private repos.
23+
2224## Committing and Opening PRs
2325
2426You can see a forked sandbox of a GitHub sandbox as a separate branch. We still
@@ -30,12 +32,12 @@ the sidebar that looks like this:
3032
3133This panel will show all the files that have been changed compared to the GitHub
3234sandbox you forked from. When you fork a sandbox from your own repository you
33- will be able to create a commit or open a pull request, if you don't own the
35+ will be able to create a commit or open a pull request. If you don't own the
3436repo you can only open a pull request.
3537
3638## Creating a Repository
3739
38- If you have a sandbox that you want to have on GitHub you can simply do that by
39- pressing the GitHub icon in the sidebar, entering your repository name and
40+ If you have a sandbox that you want to have on GitHub you can export it by
41+ pressing the GitHub icon in the sidebar, entering your repository name, and
4042clicking 'Create Repository'. We will automatically open the sandbox that's
4143synced to the GitHub repository for you.
0 commit comments