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]".