Skip to content

Instantly share code, notes, and snippets.

@asantos071
Forked from Klerith/git-config.md
Created January 31, 2022 04:16
Show Gist options
  • Save asantos071/acea95a544d0fceb79239dadf3e73dac to your computer and use it in GitHub Desktop.
Save asantos071/acea95a544d0fceb79239dadf3e73dac 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