Git
$ brew install git$ git --version$ git config --global user.name "Your Name Here"
$ git config --global user.email "[email protected]"$ git config --global credential.helper osxkeychainLast updated
$ brew install git$ git --version$ git config --global user.name "Your Name Here"
$ git config --global user.email "[email protected]"$ git config --global credential.helper osxkeychainLast updated