Git & GitHub
/Beginner
GitHub Profile
Definition
Your public identity on GitHub. It displays your pinned repositories, your organizational affiliations, and most famously, your contribution graph (the 'green squares').
Explain Like I'm New
Your developer resume. When you apply for a coding job, the recruiter will look at your GitHub profile. They want to see that you have projects (repositories) and that you write code regularly (the contribution graph lights up green when you push code).
Real World Example
Creating a special repository with the same name as your username to unlock a hidden feature that places a giant, customizable README banner at the top of your profile.
Common Use Cases
- •Personal branding
- •Job hunting
- •Networking
Interactive Example
Interview Questions
basic
- What causes a 'green square' to appear on your contribution graph?
intermediate
- How do you create a custom visual README for your profile?