GitPattern

Create custom patterns in your GitHub contribution graph!

1: Authentication

📖 How to get a Personal Access Token

Option 1: Direct Link

👉 Click here to create a new token

  1. Give it a descriptive name (e.g., "GitPattern")
  2. Select the repo scope (Full control of private repositories)
  3. Click 'Generate token' at the bottom
  4. Copy the token immediately (you won't see it again!)

Option 2: Manual Steps

  1. Go to GitHub → Settings → Developer settings
  2. Click on 'Personal access tokens' → 'Tokens (classic)'
  3. Click 'Generate new token (classic)'
  4. Give it a descriptive name (e.g., "GitPattern")
  5. Select the following scopes:
    • ✅ repo (Full control of private repositories)
  6. Click 'Generate token' at the bottom
  7. Copy the token immediately (you won't see it again!)