This page covers the Git panel inside the code editor. For the full GitHub connection setup, see GitHub Integration.
Connecting to GitHub
Authorize GitHub
Go to Settings > Integrations > GitHub and click Connect. Authorize Hiveku to access your GitHub account.
Select or create a repository
Choose an existing repository from the dropdown, or create a new one directly from Hiveku.
Committing changes
You can commit changes in two ways:- Manual — click the Commit button in the GitHub panel, write a commit message, and confirm
- AI-triggered — the AI assistant automatically commits when it makes significant changes (if auto-commit is enabled)
Pulling changes
Click Pull to fetch the latest changes from the remote repository and update your project files.Branch management
| Action | How to |
|---|---|
| Create branch | Click the branch dropdown and select New Branch. Enter a name and confirm. |
| Switch branch | Select a different branch from the dropdown. Your project files update to match. |
| Merge branch | Select the target branch, then click Merge. Resolve any conflicts in the editor. |
| Delete branch | Click the trash icon next to a branch in the dropdown. |
Auto-commit on save
When enabled, Hiveku automatically commits your changes to GitHub when you save files:- Batched — commits are grouped and pushed periodically (default)
- Immediate — every save triggers a commit right away