Skip to content

Instantly share code, notes, and snippets.

View simosentissi's full-sized avatar

simo sentissi simosentissi

View GitHub Profile
@simosentissi
simosentissi / git.css
Last active August 29, 2015 14:27 — forked from neilgee/git.css
Git Command Line Reference - Notes and reminders on set up and commands
/* Set up Git Configuration */
git config --global user.email "you@yourdomain.com"
git config --global user.name "Your Name"
git config --global core.editor "vi"
git config --global color.ui true