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