Created
October 10, 2018 17:26
-
-
Save nicothin/5eb654ea8665284bd372e3902df70412 to your computer and use it in GitHub Desktop.
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
git config --global user.name "Name" # имя | |
git config --global user.email "[email protected]" # мыло (акк. на Github) | |
git config --global color.ui true # цвет ВКЛ. | |
# Только для Windows: | |
git config --global core.autocrlf true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment