Overview
Learning Outcomes:
In this module, you will complete the following exercises:
- Exercise 1 - Create a Git Repository
- Exercise 2 - Demonstrate Version Control using Git
After completing this module, you should be able to:
- Install Git and Create a Git Repository
- Prepare the System
- Clone a Repository and Work with the Cloned Repository
- Track another User’s Changes
Exam Objectives:
The following exam objectives are covered in this module:
3.3 Given a scenario, perform basic version control using Git
- clone
- push
- pull
- commit
- add
- checkout
- branch