What is GitHub?
GitHub is a platform where developers store, manage, and share their code online. Think of it like Google Drive — but specifically built for code projects.
Why Should You Use GitHub?
Whether you're learning to code or building your first project, GitHub helps you:
- Save your work safely in the cloud
- Track every change you make to your code
- Collaborate with other developers
- Show your work to employers or clients
Key Terms to Know
Before you start, here are three words you'll hear constantly:
- Repository (Repo) — A folder that holds your project files
- Commit — Saving a snapshot of your changes
- Push — Uploading your saved changes to GitHub
Creating Your First Repository
Follow these simple steps to get started:
- Go to github.com and create a free account
- Click the New button on your dashboard
- Give your repository a name (e.g., "my-first-project")
- Check Add a README file
- Click Create Repository
That's it — you just created your first GitHub repo!
Final Thoughts
GitHub might look intimidating at first, but once you understand the basics, it becomes one of your most powerful tools as a developer. Start small, commit often, and you'll get the hang of it quickly.