Introduction to version control with Git
- Offered byMicrosoft
Introduction to version control with Git at Microsoft Overview
Duration | 2 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Introduction to version control with Git at Microsoft Course details
- Introduction to Git
- How to create and modify a Git project
- Collaborate with Git
- Edit code through branching and merging in Git
- Git is the leading version control tool, and it's essential for developers
- Learn how to use Git to track your own changes and collaborate with others
- Learn how to create, modify and track changes on a project using Git
- Level up your Git knowledge by learning how to keep code separate in branches, and how to merge them later
Introduction to version control with Git at Microsoft Curriculum
Introduction to Git
Introduction
What is version control?
Exercise - Try out Git
Basic Git commands
Knowledge check
Summary
How to create and modify a Git project
Introduction
Exercise - Start a project
Exercise - Make changes and track them with Git
Fix simple mistakes
Exercise - Use Git to fix mistakes
Knowledge check
Summary
Collaborate with Git
Introduction
Collaborate by using a pull command
Exercise - Clone a repo
Exercise - Make a pull request
Exercise - Collaborate by using a shared repo
Knowledge check
Summary
Edit code through branching and merging in Git
Introduction
Branches in Git
Exercise - Create a branch as Alice
Exercise - Merge Bob's branch
Exercise - Resolve merge conflicts
Knowledge check
Summary