🌐
CC10045 min

Day 10

GitHub - Sharing Your Code

Time to put your work on the internet!

Today's Lesson

GitHub is like Google Drive for code. Your code lives locally AND in the cloud. This means you have a backup, and others can see your work. Most portfolios link to GitHub.

Today's Tasks

  1. 1Create a GitHub account (if you don't have one)
  2. 2Create a new repository on GitHub
  3. 3Push your local project to GitHub
  4. 4View your project online

Prompt to Use

Help me push this project to GitHub. I [have/don't have] a GitHub account. Walk me through the entire process step by step.

Expected Outcome

Your cc30 project is now on GitHub.

New Terms

  • GitHub
  • Remote
  • Push
  • Repository (Remote)

Pro Tip

GitHub is public by default. Your code is visible to the world. This is usually fine for learning projects.

Coming Tomorrow

We'll create a professional Word document.

P.S. Your GitHub profile is your technical portfolio. Everything you push builds your credibility.