Skip to content

Instantly share code, notes, and snippets.

View simosentissi's full-sized avatar

simo sentissi simosentissi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am simosentissi on github.
  • I am simosentissi (https://keybase.io/simosentissi) on keybase.
  • I have a public key ASBgLpZ-ZR9gmIA-F7rr0jcB-tGwBTJ8xAvi9G87ZvWD8Qo

To claim this, I am signing this object:

@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