Introduction
In this lab, you will learn how to use git config
command to manage your Git configuration. The git config
command is used to set and view configuration variables that control all aspects of how Git behaves. This lab will cover the following:
- Viewing Git Configuration.
- Setting the Username and Email Address.
- Modifying Git Configuration.