About this Module
Learn about the intended audience and the prerequisites for this module.
Who is this module for?
This module is for anyone who aims to have a deeper knowledge and proficiency in Git. This module offers an introduction to Git, so learners can safely assume that this module will help them understand and use Git.
Module structure
This module contains __ Twenty-one_ chapters, namely:
-
Introduction to Git:
This chapter provides an introduction to Git and its basic jargon.
-
Git Basics:
This chapter goes through the basics of Git, such as initializing, viewing, retrieving, adding files, and committing changes to a Git repository.
-
Clone a Repository:
This chapter teaches us cloning ...