On an Ubuntu system, you install and initialize Git. Then, you run the following command:
git config --global user.email “admin@practice-labs.com”
This command performs which of the following functions?
The command creates a username for Git testing
The command creates an email for Git tracking
The command adds a user for testing Git
The command adds a blank file to the Git repository