Telling git who you are

Report a typo

You are working in a development environment and need to configure Git with your user details. Your task is to write the Git commands that will set up the user name and email globally.

Write the necessary Git commands below line by line to achieve the following objectives:

  • Set the global Git user name to "hyper".

  • Set the global Git user email to "[email protected]".

Write a program
# Write your solution below
# Ensure to type the commands line by line

___

Create a free account to access the full topic