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