Created
November 15, 2017 08:06
-
-
Save zserghei/dbe62056be0df803e34a0db1eb81472f to your computer and use it in GitHub Desktop.
Configuration of git
This file contains 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
git config --global user.name "Xxx Xxx" | |
git config --global user.email "[email protected]" | |
git config --global credential.helper "cache --timeout=86400" | |
git config --global credential.helper wincred |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment