Skip to content

Commit 906f3bb

Browse files
authored
Merge pull request #5 from lovablelabs/only-one-github-account
Clarify that only a single GitHub login can be connected to your GPT Engineer account.
2 parents 1a213b8 + b013601 commit 906f3bb

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/features/git-integration.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
# :simple-github: GitHub integration
1+
# :simple-github: GitHub Integration
22

3+
To make it easier for developers to work together with the AI on projects, gptengineer.app backs all projects with a git repository and lets you push commits directly to the repository.
34

4-
To make it easier for developers to work together with the AI on projects, gptengineer.app backs all projects with a git repository, and lets you push commits yourself directly to the repository.
5-
6-
In order to push commits to the GitHub your project, and gptengineer.app will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
5+
In order to push commits to GitHub, your project and gptengineer.app will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
76

87
## Connecting a project to your GitHub account
98

10-
Before pushing your first commit, you will need to connect your GitHub account to the project. You can do this by navigating to the GitHub -> Create Repository -> Add another account. You will then be redirected to GitHub to authorize the connection.
9+
Before pushing your first commit, you will need to connect your GitHub account to the project. You can do this by navigating to GitHub -> Connect to GitHub. You will then be redirected to GitHub to authorize the connection.
10+
11+
You can choose to either granting access to (1) all repositories, or (2) specific repositories. Both options will let GPT Engineer create repositories in your GitHub account or organization.
1112

12-
You can pick any option between granting access to (1) all repositories, or (2) specific repositories, as both will authorise is to create repositories in your GitHub account.
13+
Note that you can only connect one GitHub login to your GPT Engineer account, but you can create repositories in any of the organizations you choose to install the GPT Engineer app in.
1314

1415
<video autoplay loop src="/assets/connect-to-github.mp4"> video </video>
1516

16-
Please note that you will need to have admin access if you are trying to create a repository in an organization.
17+
Please note that you will need admin access if you are trying to create a repository in an organization.
1718

18-
## Making changes to a project through commits
19+
## Making changes to a project through commits
1920

20-
Once you have connected your GitHub account to your project, you can view the source code by navigating to the GitHub -> View on GitHub.
21+
Once you have connected your GitHub account to your project, you can view the source code by navigating to GitHub -> View on GitHub.
2122

22-
Any change you make and push to the repository will be automatically reflected in the gptengineer.app.
23+
Any change you make and push to the repository will be automatically reflected in gptengineer.app.
2324

24-
You commit changes directly in GitHub Codespaces or clone the repo to use your preferred IDE.
25+
You can commit changes directly in GitHub Codespaces or clone the repo to use your preferred IDE.
2526

2627
<video autoplay loop src="/assets/sync-commits.mp4"> video </video>

0 commit comments

Comments
 (0)