Git™ Version Control – AdminBolt Hosting Panel

Overview
The Git™ Version Control section in AdminBolt enables users to create and manage Git repositories directly from the hosting panel. This is essential for developers who want to track code changes, collaborate with others, and deploy projects seamlessly within the hosting environment.
Purpose
- Initialize and manage Git repositories within your web hosting account.
- Track changes across files using version control.
- Support multi-user collaboration by storing development history.
Interface Features
Repository Table
- A list that will show all created Git repositories.
- Currently shows:
No Git Repositories
“Create a git repository to get started.”
Create Repository
- An orange "Create Repository" button in the top-right corner.
- Opens a form where you define:
- Repository name
- Path/directory
- Optional auto-deploy configurations
Search
- Allows users to search for existing repositories by name or keyword.
Usage Examples
- Manage website source code under version control.
- Collaborate with teams using Git commands via SSH.
- Set up post-commit hooks to automatically deploy changes.
- Keep backups of development progress without external tools.
Sidebar Location
Files → Git™ Version Control
Related Features
- SSH Terminal (for Git CLI access)
- FTP Accounts (for manual uploads)
- File Manager (for inspecting project files)
Notes
- This feature supports local Git repositories, not direct integration with platforms like GitHub or GitLab (unless cloned via SSH).
- Ideal for developers deploying Laravel, WordPress themes/plugins, or custom PHP/JS applications.