HomeModule 16 — Git & GitHub
You Already Used This! You cloned this repository using Git. Now you will learn how it all works.

📋 What You Will Learn

  • What Git is and why developers use it
  • Installation and initial setup
  • Core commands: init, add, commit, status, log
  • Branching — work on features without breaking your code
  • GitHub — push your code online and build a portfolio
  • Typical developer workflow