Learning Objectives:
- Explain what version control is
- Define key Git concepts such as repositories, commits, branches, merges, and pull requests.
- Install and configure Git on a computer
- Create and clone repositories
- Use Git to track changes to source code and collaborate
Prerequisites: None
Recommended Learning Journey
- Watch YouTube Video: A brief introduction to Git for Beginners
- Read the corresponding article: What is Git? Our beginner’s guide to version control
- Complete MS Learn Path: Introduction to Version Control with Git
- Bookmark this document: Basic Git Commands