Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

part1_github_setup.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

Intro to GitHub

  • GitHub: A Cloud-Based Collaboration Platform GitHub is a web-based platform that allows for version control and collaboration on code projects. It builds upon the power of Git, a powerful version control tool.
  • Version Control (Simplified): Think of version control like a sophisticated "save" system for your code. It lets you track changes, revert to previous versions, and work in parallel branches without overwriting each other's work.
  • Why Use GitHub?
    • Store and Share Code: Securely host your projects and share them with the world.
    • Collaborate: Work effectively with teams, both small and large.
    • Open-Source Community: Participate in and contribute to thousands of open-source projects.

Setting Up a GitHub Account

  1. Go to GitHub: Visit the GitHub website at https://github.com/
  2. Sign Up: Click the "Sign up" button and follow the simple instructions. You'll need:
    • A unique username
    • Your email address
    • A secure password