Last active
January 16, 2018 14:28
-
-
Save PhilippeVay/c6aac3553a7368662c0afbe812ec39b6 to your computer and use it in GitHub Desktop.
GitHub configuration snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
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