Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created November 10, 2020 21:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save Klerith/685b7d6f138527e0429ae72541a3da7c to your computer and use it in GitHub Desktop.
Save Klerith/685b7d6f138527e0429ae72541a3da7c to your computer and use it in GitHub Desktop.
Configuración de email y usuario de Git
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment