Fork me on GitHub

Setting up Git

by Elliott Hauser

01 Feb 2014

The first time you use git on the command line there are some configurations you'll need to set.

> git config --global user.email "your@email.com"
> git config --global user.name "Your Name"
> git config --global core.editor nano
> git config --global color.ui true
Elliott Hauser is a PhD Student in information science at UNC Chapel Hill. He's hacking education as one of the cofounders of Trinket.io. Find Elliott Hauser on Twitter, Github, and on the web.
comments powered by Disqus