Intro to Git and GitHub
About
This module provides a comprehensive introduction to Git and GitHub, aimed at bringing beginners to an intermediate level of proficiency. Covering everything from repository creation and management on GitHub to essential Git commands and workflows, the lessons are designed for effective real-world application. It uses clear, approachable language to ensure comprehension across a broad range of learners.
Content
| Lesson | Video Time | Video | Skills |
|---|---|---|---|
| Git Concepts | 2 min | link | Define the significance of version control and the role Git plays in our work as developers. |
| GitHub Concepts | 3 min | link | Understand the role GitHub plays in our work and how it is different from Git. |
| GitHub Fundamentals | 7 min | link | Clone a remote repository and open it in VS Code. |
| Git Fundamentals | 3 min | link | Check the status of their local repository, as well as the list of remotes attached. |
| Git Flow | 13 min | link | Stage and commit changes locally and push those changes to GitHub. |
| Total content | 28 min |