Last active
April 6, 2024 22:51
-
-
Save washopilot/00135c7692f99f856c97c15f3620db46 to your computer and use it in GitHub Desktop.
Git global username/email configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To set your global username/email configuration: | |
Open the command line. | |
Set your username: | |
git config --global user.name "Fernando Chicaiza" | |
Set your email address: | |
git config --global user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment