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!)