{
"name": "Carlos Santana",
"email": "csantana23@gmail.com",
"twitter": "@csantanapr",
"GitHub": "http://github.com/csantanapr"
}
type "git" on terminal prompt
Free for plubic repos, $ to get private repos
git config --global user.name "My name"
git config --global user.email "myemail@gmail.com"