Skip to content

Commit ec2c936

Browse files
authored
Update 2-git.md
1 parent 4d52348 commit ec2c936

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/homepage/content/docs/2-git.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Git Committing and PRs
33
authors: ['CompuIves']
44
description:
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)).
1313
An imported sandbox will automatically stay in sync with the GitHub repository;
1414
if 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
1919
reference to the original GitHub repository. This allows you to create commits
2020
and 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

2426
You 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

3133
This panel will show all the files that have been changed compared to the GitHub
3234
sandbox 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
3436
repo 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
4042
clicking 'Create Repository'. We will automatically open the sandbox that's
4143
synced to the GitHub repository for you.

0 commit comments

Comments
 (0)