Getting Started¶
Welcome to GitBridge! This section will help you get up and running quickly.
Quick Navigation¶
-
Installation
Install GitBridge on your system -
Quick Start
5-minute guide to your first sync -
First Sync
Detailed walkthrough of syncing a repository -
Configuration Basics
Understanding configuration options
Prerequisites¶
Before you begin, ensure you have:
- Python 3.10 or higher installed
- Network access to GitHub.com (via browser)
- A GitHub repository you want to sync
- (Optional) GitHub Personal Access Token for private repositories
Installation Options¶
Your First Sync¶
The simplest way to sync a repository:
Bash | |
---|---|
This will:
- Connect to the GitHub repository
- Download all files to your local directory
- Create a
.gitbridge
metadata file for tracking - Show progress with a nice progress bar
That's it!
You've successfully synced your first repository! The next sync will only download changed files.
What's Next?¶
After your first successful sync, explore these topics:
- Authentication - Access private repositories
- Configuration Files - Save your settings
- Corporate Setup - Work behind proxies
- Browser Mode - When API access is blocked
Getting Help¶
If you run into issues:
- Check the Troubleshooting Guide
- Search existing issues
- Ask for help by creating an issue
Pro Tip
Use gitbridge --help
to see all available commands and options at any time.