Beginner·
10 mins
Getting Started: Connect GitHub & Setup Your Journal Repo
Learn how SyncGraph links with GitHub via OAuth, provisions your dedicated learning journal repository, and pushes your first daily commit.
🎥 Watch Video Guide • Live Setup WalkthroughFull HD
Step 1 of 3Setup
Step 1: Authenticate with GitHub
Click 'Sign in with GitHub' on the SyncGraph landing page. Accept the minimal required OAuth scopes (`repo` and `user:email`) so SyncGraph can manage your learning log repo.
Example Snippet
// Example journal log generated in logs/YYYY-MM-DD.md
# Daily Learning Log: 2026-08-14
## Topic: Next.js App Router Architecture
Reviewed core concepts and official documentation. Focused on understanding server components and streaming boundaries.