There was an issue with saving this content. Please try again.
There was an issue with removing this item from your saved content. Please try again.
Introduction to Version Control
A beginner-friendly introduction to version control with Git. Learners practice every concept in an interactive browser-based Git sandbox, so no installation or setup is required.
Course Objectives
- Explain what version control is and why it matters for data science work
- Track changes to a project using the core Git workflow: status, add, and commit
- Read a project's history with git log and inspect changes with git diff
- Create and merge branches to work on changes safely
- Describe how remotes work and share changes with push and pull
Curriculum24 min
-
Git Basics
-
-
-
-
History and Branches
-
Exploring Project History
-
-
-
Sharing Your Work
-
Sharing Work with Remotes
-
-
Final Assessment and Recap
-
Exercise: Put It All Together
-
-
Next Steps
-
Course Objectives
- Explain what version control is and why it matters for data science work
- Track changes to a project using the core Git workflow: status, add, and commit
- Read a project's history with git log and inspect changes with git diff
- Create and merge branches to work on changes safely
- Describe how remotes work and share changes with push and pull
Curriculum24 min
-
Git Basics
-
-
-
-
History and Branches
-
Exploring Project History
-
-
-
Sharing Your Work
-
Sharing Work with Remotes
-
-
Final Assessment and Recap
-
Exercise: Put It All Together
-
-
Next Steps
-