Skip to content

Instantly share code, notes, and snippets.

@nicothin
Created October 10, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicothin/5eb654ea8665284bd372e3902df70412 to your computer and use it in GitHub Desktop.
Save nicothin/5eb654ea8665284bd372e3902df70412 to your computer and use it in GitHub Desktop.
git config --global user.name "Name" # имя
git config --global user.email "e@w.com" # мыло (акк. на 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