Skip to content

Latest commit

Β 

History

History
65 lines (46 loc) Β· 2.19 KB

File metadata and controls

65 lines (46 loc) Β· 2.19 KB

πŸ™ GitHub for Vibe Coders β€” Course Agenda

Format: Live Zoom session | Duration: ~60 minutes
Instructor: @adigitaltati


🎯 What You'll Be Able to Do After This Session

By the end of today you will have:

  • βœ… A real GitHub account
  • βœ… A secure SSH connection between your computer and GitHub
  • βœ… A live, public repository with your first commit
  • βœ… Made a real contribution to an open source project (this one!)

No prior coding experience required.


πŸ“‹ Session Outline

# Topic Time
1 What is GitHub? β€” and why vibe coders should care 5 min
2 Account check-in & Git config β€” confirm setup, link your identity to Git 10 min
3 Authentication β€” connecting your computer to GitHub securely with SSH 10 min
4 Your first repo β€” create, clone, edit, commit, and push 15 min
5 The push/pull loop β€” how to stay in sync 10 min
6 Your first contribution β€” fork this repo and add your name 10 min
7 Wrap-up β€” where to go next 5 min

🧰 What to Have Ready


πŸ’¬ Key Vocab We'll Use

Term Plain English
repo A project folder that lives on GitHub
commit Saving a snapshot of your work
push Sending your work to GitHub
pull Downloading the latest changes
fork Your personal copy of someone else's repo
pull request (PR) Proposing your changes to a project
SSH A secure key that lets your computer talk to GitHub without a password
git config How Git knows who you are β€” links your name and email to your commits

πŸš€ After the Session

  • Add more projects to your GitHub profile
  • Practice at skills.github.com β€” free interactive courses
  • Learn Git through a game at ohmygit.org

GitHub for Vibe Coders by @adigitaltati