Skip to content

Module 7: Version Control

Concept: Git, GitHub, and Collaboration.

We secure our code by moving it from the local machine to the cloud.

📺 The Build Session

⚙️ The Workflow

  1. Enable Git: VCS -> Enable Version Control -> Select Git.
  2. Commit: Saves a snapshot locally. Files go from red (untracked) to normal.
  3. Push: Sends code to GitHub using Share Project on GitHub.
  4. Sync: Use Update Project to pull changes (like a README edit) back to PyCharm.