Skip to content

Instantly share code, notes, and snippets.

@washopilot
Last active April 6, 2024 22:51
Show Gist options
  • Save washopilot/00135c7692f99f856c97c15f3620db46 to your computer and use it in GitHub Desktop.
Save washopilot/00135c7692f99f856c97c15f3620db46 to your computer and use it in GitHub Desktop.
Git global username/email configuration
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