# Basic syncgitbridgesync--repohttps://github.com/user/repo--local~/projects/repo
# With authenticationgitbridgesync--repohttps://github.com/user/private-repo\--local~/projects/repo\--tokenghp_xxxxxxxxxxxx
# Using configuration filegitbridgesync--config~/configs/project.yaml
# Force full sync with verbose outputgitbridgesync--configconfig.yaml--force-v
# Browser method with specific browsergitbridgesync--repohttps://github.com/user/repo\--local~/projects/repo\--methodbrowser\--browser-typefirefox
# Corporate environment with auto-detectiongitbridgesync--configconfig.yaml--auto-proxy--auto-cert
# Dry run to see what would be syncedgitbridgesync--configconfig.yaml--dry-run
# Check basic statusgitbridgestatus
# Check with specific configurationgitbridgestatus--configconfig.yaml
# Show detailed configurationgitbridgestatus--configconfig.yaml--show-config
# Check API rate limitsgitbridgestatus--show-rate-limit
# Test connection to repositorygitbridgestatus--configconfig.yaml--test-connection
# Validate configuration filegitbridgevalidate--configconfig.yaml
# Full validation with all checksgitbridgevalidate--configconfig.yaml\--check-auth\--check-network\--check-paths
# Strict validation (fail on warnings)gitbridgevalidate--configconfig.yaml--strict
# Interactive initializationgitbridgeinit
# Create configuration with specific templategitbridgeinit--templatecorporate--outputcorporate-config.yaml
# Non-interactive with defaultsgitbridgeinit--non-interactive--outputdefault-config.yaml
# Force overwrite existinggitbridgeinit--force--outputconfig.yaml
# Personal projectsgitbridgesync--config~/.gitbridge/personal.yaml
# Work projectsgitbridgesync--config~/.gitbridge/work.yaml
# Open source contributionsgitbridgesync--config~/.gitbridge/opensource.yaml
# Add to crontab# Sync every hour0****/usr/local/bin/gitbridgesync--config/home/user/.gitbridge/config.yaml--quiet
# Sync every day at 2 AM02***/usr/local/bin/gitbridgesync--config/home/user/.gitbridge/config.yaml--log-file/var/log/gitbridge.log
# Using configuration filedockerrun-v$(pwd)/config.yaml:/config.yaml\-v$(pwd)/repo:/repo\gitbridge:latest\sync--config/config.yaml
# With environment variablesdockerrun-eGITHUB_TOKEN=$GITHUB_TOKEN\-v$(pwd)/repo:/repo\gitbridge:latest\sync--repohttps://github.com/user/repo--local/repo
# Maximum verbositygitbridgesync--configconfig.yaml-vvv--log-levelDEBUG
# Save debug output to filegitbridgesync--configconfig.yaml--log-levelDEBUG--log-filedebug.log