User Name
git config --global user.name "Your Name"User Email
git config --global user.email you@example.comDefault Editor (I prefer vi)
git config --global core.editor viColorized Git Output (when using a terminal)
git config --global color.ui auto
![]() |
| Sample out put of 'git diff HEAD~' when color.ui is set to auto HEAD is at https://kernel.googlesource.com/pub/scm/git/git - 2ae48a9bb87193de9e9da10abd9e7286c0e4c43d git running in cygwin on Win7 |




