Back to Blog
Week 4: Version Control with Git

Week 4: Version Control with Git

May 22, 20251 min readLorenzo
GitGitHubVersion Control

This week I learned how to track changes and collaborate using Git and GitHub.

What I Learned

  • Git Basics: init, add, commit, push.
  • Branching & Merging
  • GitHub Workflows

Reflection

Version control is a game-changer. It’s like having a time machine for my code.