Versioning Control using GIT

Welcome to the Versioning Control using GIT practice lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.

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