Skip to content

Instantly share code, notes, and snippets.

@PhilippeVay
Last active January 16, 2018 14:28
Show Gist options
  • Save PhilippeVay/c6aac3553a7368662c0afbe812ec39b6 to your computer and use it in GitHub Desktop.
Save PhilippeVay/c6aac3553a7368662c0afbe812ec39b6 to your computer and use it in GitHub Desktop.
GitHub configuration snippets
# add --global to configure all your repos (not wanted if you're using both GitHub and GitLab)
# Account
git config user.name
git config user.name "GitHubAccountName" # or GitLab
# Email
git config user.email
git config user.email "someEmail" # see https://github.com/settings/emails if you want to be recognized/attributed by GitHub (Settings / Emails)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment