GitHub Integration
How to connect your Same project to GitHub.
Manage your project’s code using Git and GitHub directly within Same.
Option 1: Using Same Agent
Instruct Same to perform Git actions.
You may be prompted in the terminal to enter your GitHub username and a Personal Access Token (use the token as the password).
Instruct Same to run Git commands.
Option 2: Using the Integrated Terminal
Use the standard Git CLI for more control.
Open the Terminal
Click the arrows icon to open the Workbench, then select the Terminal tab.
Navigate to Project Directory
Important: The terminal starts in /home/project
. Your code is in a subdirectory.
- Run
ls
to find your project’s directory name. - Run
cd [your-project-directory-name]
to enter it.
Run Git Commands
Execute standard Git commands:
The terminal resets on page refresh. You may need to run git init
again. We
are improving this experience.
Run standard Git commands in the terminal after navigating to the project directory.
Always run cd [your-project-directory-name]
before Git commands like
add
, commit
, or push
. Running them in the wrong directory can cause
errors.
Downloading Your Code
Download your project as a ZIP file.
- Open the Workbench.
- Click the Download icon in the Workbench header.
Download your project code as a ZIP file.