Skip to content

Instantly share code, notes, and snippets.

@seba2305
Last active May 17, 2021 14:52
Show Gist options
  • Save seba2305/1dc79c9e027fd7d93f083126234288c7 to your computer and use it in GitHub Desktop.
Save seba2305/1dc79c9e027fd7d93f083126234288c7 to your computer and use it in GitHub Desktop.
Config de email y usuario para 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