π§ Setting Up Your GitHub Account
Before you start pushing code like a pro, you need a GitHub account.
This setup is super quick β literally less time than microwave mac-n-cheese.
β
Step 1: Go to GitHub.com
Head over to https://github.com/join and youβll see the sign-up page.
β
Step 2: Pick Your Username
Your username is your dev identity β people will see it on repos, issues, PRsβ¦
So donβt pick something cursed like CodingLord69.
π Example: What the Sign-Up CLI Equivalent Looks Like
Output will appear here...
π₯ Pro Tip: Use a professional username β future employers WILL look you up.
β
Step 3: Set Up Email Verification
- GitHub sends you a verification email
- Click the link β boom, you're legit
- Verified emails also let you publish GitHub Pages
π Example: Adding an SSH Key
β
SSH saves you from typing your password every 5 minutes. Highly recommended.
β
What You Should Configure Next
- Profile Picture β stop being an anonymous blob
- Bio β 1β2 sentences about what you build
- Public Email β optional but helpful
- Location / Website
- Security Settings β enable 2FA
π Enabling 2FA (Two-Factor Authentication) is REQUIRED for many GitHub features now. Turn it on ASAP.
πΈ Snapshots