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
- Give it a descriptive name (e.g., "GitPattern")
- Select the repo scope (Full control of private repositories)
- Click 'Generate token' at the bottom
- Copy the token immediately (you won't see it again!)
Option 2: Manual Steps
- Go to GitHub → Settings → Developer settings
- Click on 'Personal access tokens' → 'Tokens (classic)'
- Click 'Generate new token (classic)'
- Give it a descriptive name (e.g., "GitPattern")
- Select the following scopes:
- ✅ repo (Full control of private repositories)
- Click 'Generate token' at the bottom
- Copy the token immediately (you won't see it again!)